New to Telerik UI for WinFormsStart a free 30-day trial

This interface provides access to the IGroups and intermediate AggregateValues accumulated during a pivot grouping process.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public interface IAggregateResultProvider

Properties

A coordinate with the GrandTotal root IGroups.

C#
Coordinate Root { get; }

Methods

Gets the AggregateValue for the AggregateDescriptionBase at index aggregateIndex for the row and column IGroups defined by groups.

C#
AggregateValue GetAggregateResult(int aggregateIndex, Coordinate groups)
Parameters:aggregateIndexint

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

groupsCoordinate

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

Returns:

AggregateValue