[]
        
(Showing Draft Content)

C1.WPF.Report.GroupCollection

GroupCollection Class

Represents a collection of Group objects.

Inheritance
GroupCollection
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class GroupCollection : ReportObjectList<Group>, ICollection<Group>, IEnumerable<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.