GrapeCity ActiveReports for .NET 14.0J
SummaryType 列挙体

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 : SummaryType 列挙体
フィールド集計の種類を決定します。
シンタックス
'宣言
 
Public Enum SummaryType 
   Inherits System.Enum
public enum SummaryType : System.Enum 
メンバ
メンバ解説
GrandTotalレポート内のすべてのレコードに対して、指定した集計関数を評価します。
None集計なし。
PageCountページ数またはページ番号を印刷します。
PageTotal各ページのすべてのレコードに対して、指定した集計関数を評価します。
SubTotal各グループレベルのすべてのレコードに対して、指定した集計関数を評価します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.SummaryType

参照

GrapeCity.ActiveReports.SectionReportModel 名前空間