ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PaperOrientation Enumeration

In This Topic
    PaperOrientation Enumeration
    In This Topic
    Represens the list of paper orientation options.
    Syntax
    'Declaration
     
    Public Enum PaperOrientation 
       Inherits System.Enum
    public enum PaperOrientation : System.Enum 
    Members
    MemberDescription
    LandscapeLandscape orientation.
    PortraitPortrait orientation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.PaperOrientation

    See Also