Udostępnij przez


Konstruktor RdlCollectionBase<T> (IContainedObject)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Inicjuje nowe wystąpienie RdlCollectionBase<T> klasy

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Protected Sub New ( _
    parent As IContainedObject _
)
'Użycie
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
)

Parametry