RdlCollection(T) 생성자 (IContainedObject)
Initializes a new instance of the RdlCollection<(Of <(<'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.