RdlCollection(T) constructeur (IContainedObject)
Initializes a new instance of the RdlCollection<(Of <(<'T>)>)> class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As IContainedObject _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .IContainedObject
The parent of the collection.