PivotDataItem Property (Object)

NReco.PivotData Class Library Documentation
Gets aggegator by specified dimensions keys

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

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

Parameters

dimKeys
Type: SystemObject
list of dimension keys

Return Value

Type: IAggregator
matched IAggregator instance or empty aggregator

Implements

IPivotDataItemObject
See Also

Reference