RdlCollection(T) コンストラクター (IEnumerable(T))

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Sub New ( _
    items As IEnumerable(Of T) _
)
'使用
Dim items As IEnumerable(Of T)

Dim instance As New RdlCollection(items)
public RdlCollection(
    IEnumerable<T> items
)
public:
RdlCollection(
    IEnumerable<T>^ items
)
new : 
        items:IEnumerable<'T> -> RdlCollection
public function RdlCollection(
    items : IEnumerable<T>
)

パラメーター