Specifies how groups should be sorted.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum SortEnum |
| Visual Basic |
|---|
Public Enumeration SortEnum |
Members
| Member name | Description | |
|---|---|---|
| NoSort | Do not sort records for this group. | |
| Ascending | Sort records in ascending order. | |
| Descending | Sort records in descending order. |
Remarks
Examples
For an example, see the Grouping and Sorting Data topic.