ActiveReports 8
PagePrintOrientation Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Printing Namespace : PagePrintOrientation Enumeration

Glossary Item Box

Used with PageSetup.Orientation to set pages to be printed in landscape or portrait.

Syntax

Visual Basic (Declaration) 
Public Enum PagePrintOrientation 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also