ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / Orientation Enumeration

In This Topic
    Orientation Enumeration
    In This Topic
    Specifies the paper orientation
    Syntax
    'Declaration
     
    Public Enum Orientation 
       Inherits System.Enum
    public enum Orientation : System.Enum 
    Members
    MemberDescription
    LandscapeLandscape orientation.
    PortraitPortrait orientation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.PageSetup.Orientation

    See Also