次の方法で共有


IContainedObject.Parent プロパティ

親オブジェクトです。

名前空間:  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
IContainedObject オブジェクト。

関連項目

参照

IContainedObject インターフェイス

Microsoft.ReportingServices.RdlObjectModel 名前空間