FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / OrientationEnum Enumeration

In This Topic
    OrientationEnum Enumeration
    In This Topic
    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