Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a sort to the auto report data source field by using the specified sort order.
Syntax
public void addDataSourceSortField(
TableId _tableId,
FieldId _fieldId,
[SortOrder _sortOrder])
Run On
Client
Parameters
- _tableId
Type: TableId Extended Data Type
The table identifier.
- _fieldId
Type: FieldId Extended Data Type
The field identifier.
- _sortOrder
Type: SortOrder Enumeration
The SortOrder enumeration value, which has a default value of ascending.