[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.SortByDirection

SortByDirection Enum

Specifies whether items are sorted in ascending or descending order.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum SortByDirection

Fields

Name Description
Ascending

Items are sorted in ascending order.

Descending

Items are sorted in descending order.

Extension Methods