[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITable.TableGroups

TableGroups Property

TableGroups

Gets the collection of table groups.

Declaration
IItemCollection<ITableGroup> TableGroups { get; }
Property Value
Type Description
IItemCollection<ITableGroup>

An IItemCollection<T> of ITableGroup representing the table's groups.

Remarks

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