PivotTableFactory Class

NReco.PivotData Class Library Documentation
Creates PivotTable instance by specifed PivotData and PivotTableConfiguration.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPivotTableFactory

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

public class PivotTableFactory

The PivotTableFactory type exposes the following members.

Constructors

  NameDescription
Public methodPivotTableFactory
Initializes a new instance of the PivotTableFactory class
Top
Methods

  NameDescription
Public methodCreate
Creates PivotTable instance by specifed PivotData and PivotTableConfiguration.
Protected methodCreatePivotTableInstance
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetDimensionComparer
Resolves comparer for the keys of the specified dimension.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRegisterDimensionComparer
Register custom comparer for the keys of specified dimension.
Protected methodSlice
Slices data cube according to the pivot table configuration (dimensions/measures).
Public methodToString (Inherited from Object.)
Top
See Also

Reference