Specifies aggregates calculation mode.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum AggregateCalculateModeEnum |
Visual Basic |
---|
Public Enumeration AggregateCalculateModeEnum |
Members
Member name | Description | |
---|---|---|
Simple | Indicates that an aggregate should be calculated just over the specified datasource. | |
Recursive | Indicates that an aggregate should be calculated recursively, i.e. over all data in the current instance of the given scope, and over all descendant instances of the current instance. |