ComponentOne FlexReport for WinForms
OrientationEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : OrientationEnum Enumeration
Specifies the page orientation.
Syntax
'Declaration
 
Public Enum OrientationEnum 
   Inherits System.Enum
public enum OrientationEnum : System.Enum 
Members
MemberDescription
AutoSet the orientation automatically, based on the current Layout.PaperSize and report width (Layout.Width).
LandscapeUse Landscape orientation (wide).
PortraitUse Portrait orientation (tall).
Remarks
Use the members of this enumeration to set the value of the Layout.Orientation property in the Layout class.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.OrientationEnum

See Also

Reference

C1.Win.FlexReport Namespace