The PivotData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AggregatorFactory |
Gets IAggregatorFactory instance used for creating measure value aggregators.
|
![]() | AllValues |
Get all datapoints (dim keys -> aggregator pairs) contained in the PivotData (including totals).
|
![]() | Count |
Gets the number of unique data point of this multidimensional dataset (calculated data points like totals are not included).
|
![]() | Dimensions |
Gets dimension identifiers of the multidimensional dataset.
|
![]() | Item[Object[]] |
Gets aggegator by specified dimensions keys
|
![]() | Item[ValueKey] |
Gets value by specified multidimensional key.
|
![]() | LazyAdd |
Determines behaviour when non-existing key is accessed (true by default).
|
![]() | LazyTotals |
Determines totals calculation mode. Lazy means that all totals/sub-totals are calculated on first use; otherwise totals/sub-totals are calculated on-the-fly.
|
See Also