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