다음을 통해 공유


Group.Parent 속성

Gets or sets an expression that identifies the parent group in a recursive hierarchy. This is allowed only if the group has exactly one group expression. Indicates that if filters on the group eliminate a group instance’s parent, it is instead treated as a child of the parent’s parent. In the event of a loop, one of the parent-child relationships will be ignored.

네임스페이스:  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)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

참고 항목

참조

Group 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스