Costruttore RdlCollection<T> (IContainedObject)
Initializes a new instance of the RdlCollection<T> class.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
parent As IContainedObject _
)
'Utilizzo
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
)
Parametri
- parent
Tipo: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The parent of the collection.