Server-side sort expression
Description
Specify the sort expression for the field
The Server-side sort expression defines how to reorder the data when the User sorts the column. The sort is performed on the server. The sort expression is a SQL expression used to sort the data. For example, if the column contains customer names, the sort expression could be:
CustomerName
The sort expression does not need to be the column name. It could be an expression:
CONCATENATE(FirstName, ' ', LastName)
The Server-side sort expression must use valid portable SQL syntax. This property is only available if he Sort where property has been set to 'ServerSide'.