ActiveReports 19 .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
    Gets the collection of table groups.
    Syntax
    'Declaration
     
    ReadOnly Property TableGroups As IItemCollection(Of ITableGroup)
    IItemCollection<ITableGroup> TableGroups {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.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 ITableGroup.SubGroups property.
    See Also