[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.OrderByDirection

OrderByDirection Enum

Specifies whether items are ordered in ascending or descending order.

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

Fields

Name Description
Ascending

Items are sorted in ascending order.

Descending

Items are sorted in descending order.

Extension Methods