IPivotDataItem Property

NReco.PivotData Class Library Documentation
Returns aggregated value by specified keys.

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

IAggregator this[
	params Object[] dimKeys
] { get; }

Parameters

dimKeys
Type: SystemObject
array of dimension keys

Return Value

Type: IAggregator
aggregated value
See Also

Reference