Specifies the page orientation.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum OrientationEnum
Visual Basic
Public Enumeration OrientationEnum

Members

Member nameDescription
Auto Set the orientation automatically, based on the current PaperSize and report width (Width).
Portrait Use Portrait orientation (tall).
Landscape Use Landscape orientation (wide).

Remarks

Use the members of this enumeration to set the value of the Orientation property in the Layout class.

See Also