ActiveReports Developer 7
TableGroups Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Table Class : TableGroups Property

Glossary Item Box

Gets the groups to use in the table.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TableGroups As TableGroupCollection
C# 
public TableGroupCollection TableGroups {get;}

Property Value

A TableGroupCollection containing the set of row groupings for the table.

See Also