Interface IAggregateContext
Provides initialization context for AggregateValue.
Namespace: Telerik.Pivot.Core.Aggregates
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IAggregateContext
Properties
DataType
Gets the type of the data item.
Declaration
Type DataType { get; }
Property Value
System.Type
|
HasCalculatedGroups
Gets a value that indicates if there are calculated groups with calculated AggregateValues. If there are calculated groups they may store values of types different than the DataType. In that case it is recommended to provide AggregateValue that accumulate and merge AggregateValue convertible to double.
Declaration
bool HasCalculatedGroups { get; }
Property Value
System.Boolean
|