PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCalculateModeEnum Enumeration

In This Topic
    AggregateCalculateModeEnum Enumeration
    In This Topic
    Specifies aggregates calculation mode.
    Syntax
    'Declaration
     
    Public Enum AggregateCalculateModeEnum 
       Inherits System.Enum
    public enum AggregateCalculateModeEnum : 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