ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableGroup Class
Members

In This Topic
    TableGroup Class
    In This Topic
    Represents a group in a table, allows to group and sort the details rows by one or multiple criteria.
    Object Model
    TableGroup Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TableGroup 
       Inherits ReportComponent
       Implements IReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Remarks
    The table group may have header and footer bands, which repeat for each group.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.TableGroup

    See Also