[]
        
(Showing Draft Content)

C1.Report.GroupCollection

GroupCollection Class

Represents a collection of Group objects.

Inheritance
GroupCollection
Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class GroupCollection : ReportObjectList<Group>, ICollection<Group>, IEnumerable<Group>, IList, ICollection, IEnumerable
Public Class GroupCollection
    Inherits ReportObjectList(Of Group)
    Implements ICollection(Of Group), IEnumerable(Of Group), IList, ICollection, IEnumerable

Properties

Name Description
Report

Gets the FlexReport object owning this collection.

Methods

Name Description
Add(string, string, SortEnum)

Adds a new Group to the collection, along with header and footer sections for the new group.

Clear()

Clears the collection.

RemoveAt(int)

Removes an item from the collection.