Version

ShowPrintDialog Method

Shows a standard PrintDialog and saves settings from it in the ReportSettings object.
Syntax
'Declaration
 
Public Function ShowPrintDialog() As Boolean
public bool ShowPrintDialog()

Return Value

False if the dialog was cancelled, otherwise true.
Remarks

You can use this method before calling any of the Print methods. This allows you to edit the user's settings before the report starts printing. If you use this method in non trusted environment (XBAP) you must initialize the ReportSettings.Infragistics.Windows.Reporting.ReportSettings.PrintQueue before calling one of Print methods.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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