SortOnServer Property (C1PivotEngine)
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.
public bool SortOnServer {get; set;}
'Declaration
Public Property SortOnServer As Boolean