Gets a collection with all the groups in the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public GroupCollection Groups { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Groups As GroupCollection
	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