バージョン

Print(String,Boolean) メソッド

レポートを印刷します。
シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal printerName As System.String, _
   ByVal showPrintStatusDialog As System.Boolean _
) 
public void Print( 
   System.string printerName,
   System.bool showPrintStatusDialog
)

パラメータ

printerName
プリンタの名前。
showPrintStatusDialog
[印刷状態] ダイアログを表示するかどうかを指定します。
参照

オンラインで表示: GitHub