次の方法で共有


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

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

RdlCollection<T> クラスの新しいインスタンスを初期化します。

名前空間:  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>
)

パラメーター

関連項目

参照

RdlCollection<T> クラス

RdlCollection<T> オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間