Freigeben über


RdlCollection(T)-Konstruktor (IContainedObject)

Initializes a new instance of the RdlCollection<(Of <(<'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
)

Parameter