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

In This Topic
    Sorting Property (Tablix)
    In This Topic
    Gets a SortByCollection object containing the expression by which to sort the columns or rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sorting As SortByCollection
    public SortByCollection Sorting {get;}
    See Also