FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / Groups Property

In This Topic
    Groups Property
    In This Topic
    Gets a collection with all the groups in the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As GroupCollection
    public GroupCollection Groups {get;}
    Remarks

    The Groups collection contains all Group objects defined in the current report.

    Removing a Group from the collection also removes its associated header and footer sections, as well as any fields in those sections.

    Adding a Group to the collection adds the corresponding group header and footer sections to the report.

    See Also