[]
Gets or sets a boolean value indicating the sort order of fields in the PivotTable Field List.
If FieldListSortAscending is set to true the fields are sorted in ascending order; otherwise, the fields are sorted in data source order.
public bool? FieldListSortAscending { get; set; }
Public Property FieldListSortAscending As Boolean?