MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PaperOrientation Enumeration

PaperOrientation Enumeration
Specifies the orientation options for paper size.
Syntax
'Declaration
 
Public Enum PaperOrientation 
   Inherits System.Enum
 
Members
MemberDescription
LandscapeLandscape orientation.
PortraitPortrait orientation.
Inheritance Hierarchy

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

See Also