Group.Parent Property

Definition

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.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression Parent { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression Parent { get; set; }
member this.Parent : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property Parent As ReportExpression

Property Value

A ReportExpression object.

Applies to