ActiveReports 12
FlashViewerOptions.FlashViewerPrintOptions Constructor(PaperOrientationOptions,ScalePagesOptions,Boolean)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions.FlashViewerPrintOptions Class > FlashViewerOptions.FlashViewerPrintOptions Constructor : FlashViewerOptions.FlashViewerPrintOptions Constructor(PaperOrientationOptions,ScalePagesOptions,Boolean)
An enumerated PaperOrientationOptions value.
An enumerated ScalePagesOptions value.
A Boolean value indicating whether to display the Print dialog to the user immediately when the report is opened in the FlashViewer
Initializes an instance of the FlashViewerPrintOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal paperOrientation As FlashViewerOptions.PaperOrientationOptions, _
   ByVal scalePages As FlashViewerOptions.ScalePagesOptions, _
   ByVal startPrint As Boolean _
)
public FlashViewerOptions.FlashViewerPrintOptions( 
   FlashViewerOptions.PaperOrientationOptions paperOrientation,
   FlashViewerOptions.ScalePagesOptions scalePages,
   bool startPrint
)

Parameters

paperOrientation
An enumerated PaperOrientationOptions value.
scalePages
An enumerated ScalePagesOptions value.
startPrint
A Boolean value indicating whether to display the Print dialog to the user immediately when the report is opened in the FlashViewer
See Also

Reference

FlashViewerOptions.FlashViewerPrintOptions Class
FlashViewerOptions.FlashViewerPrintOptions Members
Overload List