Partilhar via


Construtor RdlCollection(T) (IContainedObject)

Initializes a new instance of the RdlCollection<(Of <(<'T>)>)> class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Sub New ( _
    parent As IContainedObject _
)
'Uso
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
)

Parâmetros