ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Details Class / Sorting Property

In This Topic
    Sorting Property (Details)
    In This Topic

    Gets the expressions by which to sort the detail data.

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

    Property Value

    A SortByCollection indicating the expressions by which to sort the detail data.

    See Also