The PivotTableConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
Columns |
List of PivotTable column dimensions (can be null)
| |
Measures |
Indexes of measures that should be used for building pivot table.
| |
OrderKeys |
Dimension keys order settings.
| |
PreserveGroupOrder |
Preserves grouping order when sort by value is specified.
| |
Rows |
List of PivotTable row dimensions (can be null)
| |
SortByValue |
Sort by specified axis keys by table cell values (specified by index and aggregator index).
| |
SortGroupsBySubtotals |
Sorts groups by sub-totals when sort by value is specified and PreserveGroupOrder is enabled.
|
See Also