VSView Reporting Edition Reference > Group Object > Group Properties > Sort Property |
Returns or sets the expression used to sort this group.
group.Sort[ = GroupSortSettings ]
The settings for the Sort property are described below:
Constant |
Value |
Description |
vsrNoSort |
0 |
Do not sort records for this group. |
vsrAscending |
1 |
Sort records in ascending order. |
vsrDescending |
2 |
Sort records in descending order. |
GroupSortSettings (Enumeration)