Print(PrinterSettings,OutputRange) Method
In This Topic
Prints a range of pages of the current report with specified printer settings, not showing the print progress dialog.
Syntax
'Declaration
Public Overloads Sub Print( _
ByVal As System.Drawing.Printing.PrinterSettings, _
ByVal As OutputRange _
)
public void Print(
System.Drawing.Printing.PrinterSettings ,
OutputRange
)
Parameters
- printerSettings
- The printer settings to use.
- outputRange
- The range of pages to export (use null to export all pages).
See Also