'Declaration Public Property Parent As ExpressionInfo
public ExpressionInfo Parent {get; set;}
'Declaration Public Property Parent As ExpressionInfo
public ExpressionInfo Parent {get; set;}
This property only applies if the group has exactly one group expression
Indicates the following:
If filters on the group eliminate the parent of a group instance, it is instead treated as a child of the parent's parent.
Grouping group = new Grouping(); group.Parent = ExpressionInfo.FromString("=Fields!ParentCategory.Value");