Prints a range of pages of the current report with specified printer settings, optionally showing the print progress dialog.
シンタックス
'宣言
Public Overloads Sub Print( _
ByVal As System.Drawing.Printing.PrinterSettings, _
ByVal As OutputRange, _
ByVal As System.Boolean _
)
public void Print(
System.Drawing.Printing.PrinterSettings ,
OutputRange ,
System.bool
)
パラメータ
- printerSettings
- The printer settings to use.
- outputRange
- The range of pages to export (use null to print all pages).
- showProgress
- Flag indicating whether to show the progress dialog.
参照