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

In This Topic
    Sorting Property (DynamicCategoriesSeries)
    In This Topic
    Gets the expression by which to sort the columns or data.
    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 data.
    See Also