ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / TableGroups Property

In This Topic
    TableGroups Property (Table)
    In This Topic

    Gets the groups to use in the table.

    Syntax
    'Declaration
     
    Public ReadOnly Property TableGroups As TableGroupCollection
    public TableGroupCollection TableGroups {get;}

    Property Value

    A TableGroupCollection containing the set of row groupings for the table.

    See Also