'宣言 Public Enum OrientationEnum Inherits System.Enum
'使用法 Dim instance As OrientationEnum
public enum OrientationEnum : System.Enum
'宣言 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). |
System.Object
System.ValueType
System.Enum
C1.Report.OrientationEnum