Represents PivotTable configuration (used by PivotTableFactory).
Inheritance Hierarchy
NReco.PivotDataPivotTableConfiguration
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotTableConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotTableConfiguration | Initializes a new instance of the PivotTableConfiguration class |
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.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also