IContainedObject.Parent 属性

The parent object.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Property Parent As IContainedObject 
    Get 
    Set
用法
Dim instance As IContainedObject 
Dim value As IContainedObject 

value = instance.Parent

instance.Parent = value
IContainedObject Parent { get; set; }
property IContainedObject^ Parent {
    IContainedObject^ get ();
    void set (IContainedObject^ value);
}
abstract Parent : IContainedObject with get, set
function get Parent () : IContainedObject 
function set Parent (value : IContainedObject)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.IContainedObject
An IContainedObject object.

请参阅

参考

IContainedObject 接口

Microsoft.ReportingServices.RdlObjectModel 命名空间