Specifies how groups should be sorted.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum SortEnum
Visual Basic
Public Enumeration SortEnum

Members

Member nameDescription
NoSort Do not sort records for this group.
Ascending Sort records in ascending order.
Descending Sort records in descending order.

Remarks

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

See Also