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

In This Topic
    Sorting Property (List)
    In This Topic

    Gets an expression by which to sort the repeated list regions.

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

    Property Value

    A SortByCollection object containing a collection of expressions by which to sort the repeated list regions.

    See Also