Partager via


Constructeur RdlCollectionBase(T) (IContainedObject)

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    parent As IContainedObject _
)
'Utilisation
Dim parent As IContainedObject

Dim instance As New RdlCollectionBase(parent)
protected RdlCollectionBase(
    IContainedObject parent
)
protected:
RdlCollectionBase(
    IContainedObject^ parent
)
new : 
        parent:IContainedObject -> RdlCollectionBase
protected function RdlCollectionBase(
    parent : IContainedObject
)

Paramètres