ActiveReports 12
FlashViewerOptions.PaperOrientationOptions Enumeration

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace : FlashViewerOptions.PaperOrientationOptions Enumeration
An enumeration of values indicating whether and how to adjust paper orientation in the FlashViewer.
Syntax
'Declaration
 
Public Enum FlashViewerOptions.PaperOrientationOptions 
   Inherits System.Enum
public enum FlashViewerOptions.PaperOrientationOptions : System.Enum 
Members
MemberDescription
AdjustByFirstPageThe FlashViewer checks the first page, and if the orientation does not match that of the printer, adjusts the entire report without checking additional pages.
AutoThe FlashViewer checks every page and if necessary, rotates it 90 degrees so its orientation fits the paper.
NonePaper orientation is not adjusted in the FlashViewer.
Remarks
These settings only take effect in cases where, for example, the printer's orientation is Landscape while the report's orientation is Portrait.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.ExportOptions.FlashViewerOptions.PaperOrientationOptions

See Also

Reference

GrapeCity.ActiveReports.Web.ExportOptions Namespace