PivotTableConfiguration Class

NReco.PivotData Class Library Documentation
Represents PivotTable configuration (used by PivotTableFactory).
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPivotTableConfiguration

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

[SerializableAttribute]
public class PivotTableConfiguration

The PivotTableConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodPivotTableConfiguration
Initializes a new instance of the PivotTableConfiguration class
Top
Properties

  NameDescription
Public propertyColumns
List of PivotTable column dimensions (can be null)
Public propertyMeasures
Indexes of measures that should be used for building pivot table.
Public propertyOrderKeys
Dimension keys order settings.
Public propertyPreserveGroupOrder
Preserves grouping order when sort by value is specified.
Public propertyRows
List of PivotTable row dimensions (can be null)
Public propertySortByValue
Sort by specified axis keys by table cell values (specified by index and aggregator index).
Public propertySortGroupsBySubtotals
Sorts groups by sub-totals when sort by value is specified and PreserveGroupOrder is enabled.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference