Interface IAggregateResultProvider
This interface provides access to the IGroups and intermediate Aggregate
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IAggregateResultProvider
Properties
Root
Methods
GetAggregateResult(Int32, Coordinate)
Gets the AggregateaggregateIndex
for the row and column IGroups defined by groups
.
Declaration
AggregateValue GetAggregateResult(int aggregateIndex, Coordinate groups)
Parameters
System. The index of the Aggregate |
Coordinate
groups
A Coordinate of the IGroups we want to retrieve value for. |