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.
| |
ItemObject |
Gets aggegator by specified dimensions keys
| |
ItemValueKey |
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