ActiveReports 6 Online Help
FlashViewerOptions.FlashViewerPrintOptions Constructor(PaperOrientationOptions,ScalePagesOptions,Boolean)

An enumerated FlashViewerOptions.PaperOrientationOptions value.
An enumerated FlashViewerOptions.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 FlashViewerOptions.PaperOrientationOptions value.
scalePages
An enumerated FlashViewerOptions.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
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

Reference

FlashViewerOptions.FlashViewerPrintOptions Class
FlashViewerOptions.FlashViewerPrintOptions Members
Overload List

Send Feedback