Language

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

定義

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

オーバーロード

名前 説明
RdlCollection<T>()

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

RdlCollection<T>(IContainedObject)

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

RdlCollection<T>(IEnumerable<T>)

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

RdlCollection<T>()

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

public:
 RdlCollection();
public RdlCollection();
Public Sub New ()

適用対象

RdlCollection<T>(IContainedObject)

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

public:
 RdlCollection(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ parent);
public RdlCollection(Microsoft.ReportingServices.RdlObjectModel.IContainedObject parent);
new Microsoft.ReportingServices.RdlObjectModel.RdlCollection<'T> : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> Microsoft.ReportingServices.RdlObjectModel.RdlCollection<'T>
Public Sub New (parent As IContainedObject)

パラメーター

parent
IContainedObject

コレクションの親。

適用対象

RdlCollection<T>(IEnumerable<T>)

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

public:
 RdlCollection(System::Collections::Generic::IEnumerable<T> ^ items);
public RdlCollection(System.Collections.Generic.IEnumerable<T> items);
new Microsoft.ReportingServices.RdlObjectModel.RdlCollection<'T> : seq<'T> -> Microsoft.ReportingServices.RdlObjectModel.RdlCollection<'T>
Public Sub New (items As IEnumerable(Of T))

パラメーター

items
IEnumerable<T>

コレクションの中の品々。

適用対象