Class ReportPaperOrientation
Describes the orientation of the paper when printing a report. The report layout must be "Label"
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ReportPaperOrientation : Enum
Fields
Landscape
2: The wider orientation
Declaration
public const ReportPaperOrientation Landscape
Field Value
Type | Description |
---|---|
ReportPaperOrientation |
None
0:
Declaration
public const ReportPaperOrientation None
Field Value
Type | Description |
---|---|
ReportPaperOrientation |
Portrait
1: The taller orientation
Declaration
public const ReportPaperOrientation Portrait
Field Value
Type | Description |
---|---|
ReportPaperOrientation |
value__
Describes the orientation of the paper when printing a report. The report layout must be "Label"
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)