この 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>
)
パラメーター
- items
型: System.Collections.Generic.IEnumerable<T>
コレクション内のアイテム。