次の方法で共有


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

定義

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

オーバーロード

RdlCollectionBase<T>()

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

RdlCollectionBase<T>(IContainedObject)

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

RdlCollectionBase<T>()

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

protected:
 RdlCollectionBase();
protected RdlCollectionBase ();
Protected Sub New ()

適用対象

RdlCollectionBase<T>(IContainedObject)

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

protected:
 RdlCollectionBase(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ parent);
protected RdlCollectionBase (Microsoft.ReportingServices.RdlObjectModel.IContainedObject parent);
new Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<'T> : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<'T>
Protected Sub New (parent As IContainedObject)

パラメーター

parent
IContainedObject

プロパティ ストア。

適用対象