ActiveReports 12
TableGroups Property (ITable)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITable Interface : TableGroups Property
The instances of each of the subsequent groupings defined by the table are accessible via each group instance's TableGroup.SubGroups property.
Syntax
'Declaration
 
ReadOnly Property TableGroups As IItemCollection(Of ITableGroup)
IItemCollection<ITableGroup> 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

Reference

ITable Interface
ITable Members