ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PagePrintOrientation Enumeration

In This Topic
    PagePrintOrientation Enumeration
    In This Topic
    Used with PageSetup.Orientation to set pages to be printed in landscape or portrait.
    Syntax
    'Declaration
     
    Public Enum PagePrintOrientation 
       Inherits System.Enum
    public enum PagePrintOrientation : System.Enum 
    Members
    MemberDescription
    Landscape

    Prints in landscape orientation.

    PortraitPrints in portrait orientation.
    Inheritance Hierarchy

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

    See Also