C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCalculateModeEnum Enumeration

AggregateCalculateModeEnum Enumeration
Specifies aggregates calculation mode.
Syntax
'Declaration
 
Public Enum AggregateCalculateModeEnum 
   Inherits System.Enum
 
Members
MemberDescription
RecursiveIndicates 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.
SimpleIndicates that an aggregate should be calculated just over the specified datasource.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.DataBinding.AggregateCalculateModeEnum

See Also