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
public bool SortOnServer {get; set;}
See Also