[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.AggregateCalculateModeEnum

AggregateCalculateModeEnum Enum

Specifies aggregates calculation mode.

Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public enum AggregateCalculateModeEnum

Fields

Name Description
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.

Simple

Indicates that an aggregate should be calculated just over the specified datasource.