Конструктор RdlCollectionBase(T) (IContainedObject)

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Protected Sub New ( _
    parent As IContainedObject _
)
'Применение
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
)

Параметры