FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / GroupCollection Class
Members

In This Topic
    GroupCollection Class
    In This Topic
    Represents a collection of Group objects.
    Object Model
    GroupCollection Class
    Syntax
    'Declaration
     
    Public Class GroupCollection 
       Inherits C1.WPF.Report.ReportObjectList(Of Group)
    public class GroupCollection : C1.WPF.Report.ReportObjectList<Group> 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Report.ReportObjectCollection<TItem>
          C1.WPF.Report.ReportObjectList<TItem>
             C1.WPF.Report.GroupCollection

    See Also