GrapeCity ActiveReports for .NET 16.0J
BreakLocation 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : BreakLocation 列挙体
改ページする位置を指定します。
シンタックス
'宣言
 
Public Enum BreakLocation 
   Inherits System.Enum
public enum BreakLocation : System.Enum 
メンバ
メンバ解説
Between間で改ページすることを指定します。
End端で改ページすることを指定します。
None改ページしないことを指定します。
Start先頭で改ページすることを指定します。
StartAndEnd先頭と端の両方で改ページすることを指定します。
継承階層

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

参照

GrapeCity.ActiveReports.PageReportModel 名前空間