RdlCollection<T> Constructor (IContainedObject)
Initializes a new instance of the RdlCollection<T> class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
parent As IContainedObject _
)
'Usage
Dim parent As IContainedObject
Dim instance As New RdlCollection(parent)
public RdlCollection(
IContainedObject parent
)
public:
RdlCollection(
IContainedObject^ parent
)
new :
parent:IContainedObject -> RdlCollection
public function RdlCollection(
parent : IContainedObject
)
Parameters
- parent
Type: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The parent of the collection.