Конструктор RdlCollection<T> (IContainedObject)
Initializes a new instance of the RdlCollection<T> class.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Sub New ( _
parent As IContainedObject _
)
'Применение
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
)
Параметры
- parent
Тип: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The parent of the collection.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel