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

In This Topic
    Sorting Property (DynamicColumnsRows)
    In This Topic

    Gets the expressions by which to sort the columns or rows.

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

    Property Value

    A SortByCollection object containing the expression by which to sort the columns or rows.

    See Also