Overload List
Name | Description | |
---|---|---|
![]() | PivotData(String[], IAggregatorFactory) |
Initializes a new instance of the PivotData with specified dimensions and aggregator.
|
![]() | PivotData(String[], IAggregatorFactory, Boolean) |
Initializes a new instance of the PivotData with specified dimensions, aggregator and lazy totals mode.
|
![]() | PivotData(String[], IAggregatorFactory, IEnumerable<IDictionary<String, Object>>) |
Initializes a new instance of the PivotData with specified dimensions, aggregator and processes specified data.
|
![]() | PivotData(String[], IAggregatorFactory, IDataReader) |
Initializes a new instance of the PivotData with specified dimensions, aggregator and processes data from data reader.
|
![]() | PivotData(String[], IAggregatorFactory, IEnumerable<IDictionary<String, Object>>, Boolean) |
Initializes new instance of PivotData with specified dimensions, aggregator, lazy totals mode and processes specified data.
|
![]() | PivotData(String[], IAggregatorFactory, IEnumerable, Func<Object, String, Object>) |
Initializes a new instance of the PivotData with specified dimensions, aggregator, and processes data from enumeration.
|
![]() | PivotData(String[], IAggregatorFactory, IDataReader, Boolean) |
Initializes a new instance of the PivotData with specified dimensions configuration, aggregator, lazy totals mode and and processes data from data reader.
|
![]() | PivotData(String[], IAggregatorFactory, IEnumerable, Func<Object, String, Object>, Boolean) |
Initializes new instance of PivotData with specified dimensions configuration and calculates values for specified data
|
See Also