Prints the current document with specified printer and default page settings,
optionally showing the print progress dialog.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Print( PrinterSettings printerSettings, PageSettings defaultPageSettings, bool showProgress ) |
Visual Basic |
---|
Public Sub Print ( _ printerSettings As PrinterSettings, _ defaultPageSettings As PageSettings, _ showProgress As Boolean _ ) |
Parameters
- printerSettings
- Type: System.Drawing.Printing..::..PrinterSettings
The printer settings to use.
- defaultPageSettings
- Type: System.Drawing.Printing..::..PageSettings
The default page settings to use.
- showProgress
- Type: System..::..Boolean
Flag indicating whether to show the progress dialog.