ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableGroup Class / Grouping Property

In This Topic
    Grouping Property (TableGroup)
    In This Topic

    Gets or sets the expressions by which to group the data.

    Syntax
    'Declaration
     
    Public Property Grouping As Grouping
    public Grouping Grouping {get; set;}

    Property Value

    A Grouping object containing the expressions by which to group the data.

    See Also