AutoComplete for ASP.NET Web Forms
OrientationEnum 列挙体

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

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.OrientationEnum

参照

C1.C1Report 名前空間