ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITable Interface / TableGroups Property

In This Topic
    TableGroups Property (ITable)
    In This Topic
    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