Interface
IAggregateResultProvider

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

Root

A coordinate with the GrandTotal root IGroups.

Declaration

cs-api-definition
Coordinate Root { get; }

Property Value

Coordinate

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

int

The index of the AggregateDescriptionBase for which an AggregateValue should be retrieved.

groups

Coordinate

A Coordinate of the IGroups we want to retrieve value for.

Returns

AggregateValue