SortDescending (Property)
Applies To:
ReportTable object
Description:
Sets the sort descending order for items in a ReportTable column.
Action:
Read-write, Boolean
Example
This example shows how to sort items in the Region column in descending order:
ActiveDocument.Sections["Report"].Body.Tables["Table"].SortItems["Region"].SortDescending = true