Prints the document with specified printer settings, optionally showing the print progress dialog.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Print(
	PrinterSettings printerSettings,
	bool showProgress
)
Visual Basic
Public Sub Print ( _
	printerSettings As PrinterSettings, _
	showProgress As Boolean _
)

Parameters

printerSettings
Type: System.Drawing.Printing..::..PrinterSettings
The printer settings to use.
showProgress
Type: System..::..Boolean
Flag indicating whether to show the print progress dialog.

See Also