RdlCollectionBase<T> Constructors

Definition

Initializes a new instance of the RdlCollectionBase<T> class.

Overloads

RdlCollectionBase<T>()

Initializes a new instance of the RdlCollectionBase<T> class.

RdlCollectionBase<T>(IContainedObject)

Initializes a new instance of the RdlCollectionBase<T> class.

RdlCollectionBase<T>()

Initializes a new instance of the RdlCollectionBase<T> class.

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

Applies to

RdlCollectionBase<T>(IContainedObject)

Initializes a new instance of the RdlCollectionBase<T> class.

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)

Parameters

parent
IContainedObject

The property store.

Applies to