ActiveReports Developer 7
TableGroups Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITable Interface : TableGroups Property

Glossary Item Box

The instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property.

Syntax

Visual Basic (Declaration) 
ReadOnly Property TableGroups As ITableGroupCollection
C# 
ITableGroupCollection TableGroups {get;}

Remarks

The instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property.

See Also