GrapeCity ActiveReports for .NET 14.0J
PageOrientation 列挙体

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document.Section 名前空間 : PageOrientation 列挙体
プリンタに出力するときのページの向きを表します。
シンタックス
'宣言
 
Public Enum PageOrientation 
   Inherits System.Enum
public enum PageOrientation : System.Enum 
メンバ
メンバ解説
Defaultプリンタのデフォルト設定に従います。
Landscapeページを横向きで印刷します。
Portraitページを縦向きで印刷します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.PageOrientation

参照

GrapeCity.ActiveReports.Document.Section 名前空間
Page.Orientation プロパティ