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.