Interface IAggregateContext
Provides initialization context for Aggregate
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.
|
HasCalculatedGroups
Gets a value that indicates if there are calculated groups with calculated Aggregate
Declaration
bool HasCalculatedGroups { get; }
Property Value
System.
|