C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / SortOnServer Property

In This Topic
SortOnServer Property (C1PivotEngine)
In This Topic
Gets or sets a value that indicates whether the summary data received from the server is already sorted. If this property is set to true, the PivotEngine will not sort the data it receives from the server.
Syntax
'Declaration
 
Public Property SortOnServer As Boolean
 
See Also