FlexReport for WinForms
OrientationEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : OrientationEnum 列挙体
Specifies the page orientation.
シンタックス
'宣言
 
Public Enum OrientationEnum 
   Inherits System.Enum
'使用法
 
Dim instance As OrientationEnum
public enum OrientationEnum : System.Enum 
メンバ
メンバ解説
Auto
Set the orientation automatically, based on the current PaperSize and report width (Width).
Landscape
Use Landscape orientation (wide).
Portrait
Use Portrait orientation (tall).
解説
Use the members of this enumeration to set the value of the Orientation property in the Layout class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.OrientationEnum

参照

参照

C1.Report 名前空間