ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PagePrintOrientation Enumeration

In This Topic
    PagePrintOrientation Enumeration
    In This Topic
    Used with PageSetup.Orientation.
    Syntax
    'Declaration
     
    Public Enum PagePrintOrientation 
       Inherits System.Enum
    public enum PagePrintOrientation : System.Enum 
    Members
    MemberDescription
    LandscapeLandscape. When the item is serialized out as xml, its value is "landscape".
    PortraitPortrait. When the item is serialized out as xml, its value is "portrait".
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Printing.PagePrintOrientation

    See Also