Parent プロパティ

再帰型階層の親グループを識別する式。グループに割り当てられているグループ式が 1 つしか存在しない場合にのみ使用できます。グループ インスタンスの親がグループのフィルターによって除外された場合は、親の親の子として扱われます。ループの場合は、親子関係の 1 つが無視されます。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Parent As ReportExpression
    Get
    Set
'使用
Dim instance As Group
Dim value As ReportExpression

value = instance.Parent

instance.Parent = value
public ReportExpression Parent { get; set; }
public:
property ReportExpression Parent {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Parent : ReportExpression with get, set
function get Parent () : ReportExpression
function set Parent (value : ReportExpression)