Enum SortOrder
Specifies a sort order.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum SortOrder
Remarks
This enumeration is used in the group header and in the "Matrix" object.
Fields
| Name | Description |
|---|---|
| Ascending | Specifies an ascending sort order. |
| Descending | Specifies a descending sort order. |
| None | Specifies no sort (natural order). |