PrintDocument for WinForms
AggregateCalculateModeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 : AggregateCalculateModeEnum 列挙体
Specifies aggregates calculation mode.
シンタックス
'宣言
 
Public Enum AggregateCalculateModeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As AggregateCalculateModeEnum
public enum AggregateCalculateModeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.C1Preview.DataBinding 名前空間