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.