ActiveReports Developer 7
PrintOptions Property
See Also 
GrapeCity.ActiveReports.Web.v7 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.

See Also