GrapeCity ActiveReports for .NET 16.0J
CollateBy 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : CollateBy 列挙体
テーマを使用するとき、出力の際にレポートの組み合わせを制御します。
シンタックス
'宣言
 
Public Enum CollateBy 
   Inherits System.Enum
public enum CollateBy : System.Enum 
メンバ
メンバ解説
Simple並べ替えなしでレポートのページを描画します。
Valueページ番号に応じてレポートのページを並べ替えます。
ValueIndexレポートの[ページ]ダイアログで指定するグループ化の式に応じて、レポートページを並べ替えます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.CollateBy

参照

GrapeCity.ActiveReports.PageReportModel 名前空間