InterfaceIAggregateResultProvider
Interface
This interface provides access to the IGroups and intermediate AggregateValues accumulated during a pivot grouping process.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IAggregateResultProvider
Properties
Methods
GetAggregateResult(int, Coordinate)
Gets the AggregateValue for the AggregateDescriptionBase at index aggregateIndex for the row and column IGroups defined by groups.
Declaration
cs-api-definition
AggregateValue GetAggregateResult(int aggregateIndex, Coordinate groups)
Parameters
aggregateIndex
The index of the AggregateDescriptionBase for which an AggregateValue should be retrieved.
groups
A Coordinate of the IGroups we want to retrieve value for.
Returns