[]
        
(Showing Draft Content)

C1.Report.SortEnum

SortEnum Enum

Specifies how groups should be sorted.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum SortEnum
Remarks

Use the members of this enumeration to set the value of the Sort property in the Group class.

Fields

Name Description
Ascending

Sort records in ascending order.

Descending

Sort records in descending order.

NoSort

Do not sort records for this group.