ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PaperOrientation Enumeration

In This Topic
    PaperOrientation Enumeration
    In This Topic
    Specifies the paper orientation of the report.
    Syntax
    'Declaration
     
    Public Enum PaperOrientation 
       Inherits System.Enum
    public enum PaperOrientation : System.Enum 
    Members
    MemberDescription
    LandscapeOrientation will be landscape.
    PortraitOrientation will be portrait.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.PaperOrientation

    See Also