ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageOrientation Enumeration

In This Topic
    PageOrientation Enumeration
    In This Topic
    Indicates the orientation of the page when outputting to the printer.
    Syntax
    'Declaration
     
    Public Enum PageOrientation 
       Inherits System.Enum
    public enum PageOrientation : System.Enum 
    Members
    MemberDescription
    DefaultFollow the printer's default settings.
    LandscapePrint page in landscape orientation.
    PortraitPrint pages in portrait orientation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.PageOrientation

    See Also