Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Group Class / Parent Property

In This Topic
    Parent Property (Group)
    In This Topic
    Gets or sets an expression that identifies the parent group in a recursive hierarchy.
    Syntax
    'Declaration
     
    Public Property Parent As RdlObject
    public RdlObject Parent {get; set;}
    Remarks
    Only allowed if the group has exactly one group expression. Indicates the following: 1. Groups should be sorted according to the recursive hierarchy (Sort is still used to sort peer groups). 2. Labels (in the document map) should be placed/indented according to the recursive hierarchy. 3. Intra-group show/hide should toggle items according to the recursive hierarchy (see ToggleItem). 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.
    See Also