FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / GroupCollection Class
Properties Methods


In This Topic
    GroupCollection Class Members
    In This Topic

    The following tables list the members exposed by GroupCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection. (Inherited from C1.Win.FlexReport.ReportObjectList<Group>)
    Public PropertyOverloaded. Gets the element at the specified index. (Inherited from C1.Win.FlexReport.ReportObjectList<Group>)
    Public PropertyOverridden. Gets the C1FlexReport object owning this collection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new Group to the collection, along with header and footer sections for the new group.  
    Public MethodClears the collection.  
    Public MethodOverloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.Win.FlexReport.ReportObjectCollection<TItem>)
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Win.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the item by its name, returns null if not found. (Inherited from C1.Win.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the index of the element by its name. (Inherited from C1.Win.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the index of the element. (Inherited from C1.Win.FlexReport.ReportObjectCollection<TItem>)
    Public MethodMoves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Win.FlexReport.ReportObjectCollection<TItem>)
    Public MethodRemoves an item from the collection.  
    Top
    See Also