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

In This Topic
    Sorting Property (TableGroup)
    In This Topic

    Gets the expressions by which to sort the data.

    Syntax
    'Declaration
     
    Public ReadOnly Property Sorting As SortByCollection
    public SortByCollection Sorting {get;}

    Property Value

    A SortByCollection object containing the expressions by which to sort the data.

    See Also