[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.OrderByCondition

OrderByCondition Enum

Specifies whether items are ordered by labels, values or none.

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

Fields

Name Description
Label

Items are sorted by labels.

None

Items are not specifically sorted.

Value

Items are sorted by values.

Extension Methods