Print(PrinterSettings,Boolean) Method
Prints the current report with specified printer settings, optionally showing the print progress dialog.
public void Print(
System.Drawing.Printing.PrinterSettings ,
System.bool
)
'Declaration
Public Overloads Sub Print( _
ByVal As System.Drawing.Printing.PrinterSettings, _
ByVal As System.Boolean _
)
Parameters
- printerSettings
- The printer settings to use.
- showProgress
- Flag indicating whether to show the print progress dialog.