ActiveReports 8
PrintOptions Property
See Also 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : PrintOptions Property

Glossary Item Box

Gets or sets the printing options to use in the FlashViewer.

Syntax

Visual Basic (Declaration) 
Public Property PrintOptions As FlashViewerOptions.FlashViewerPrintOptions
C# 
public FlashViewerOptions.FlashViewerPrintOptions PrintOptions {get; set;}

Property Value

A FlashViewerOptions.FlashViewerPrintOptions object that may contain any of the following:

  • An enumerated AdjustPaperOrientation value.
  • An enumerated ScalePages value.
  • A Boolean StartPrint value.

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