Icon DescSortedFields Property

property DescSortedFields: String

Indicates which fields that are present in the SortedFields property are sorted in a descending, instead of ascending, direction. Multiple fields are delimited with a semicolon (;).

A dataset can be sorted by calling the Sort method with the appropriate parameters.

Information If the SortedFields property is blank, then there is no active sort on the dataset.
Image