Reports for WPF
Print(PrinterSettings,OutputRange,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Print メソッド : Print(PrinterSettings,OutputRange,Boolean) メソッド
使用するプリンタ設定。
エクスポートするページの範囲(すべてのページを印刷する場合は null を使用)。
進行状況ダイアログを表示するかどうかを示すフラグ。
オプションで印刷の進行状況ダイアログを表示しながら、 現在のレポートのページ範囲を指定のプリンタ設定で印刷します。
シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
   ByVal outputRange As OutputRange, _
   ByVal showProgress As System.Boolean _
) 
public void Print( 
   System.Drawing.Printing.PrinterSettings printerSettings,
   OutputRange outputRange,
   System.bool showProgress
)

パラメータ

printerSettings
使用するプリンタ設定。
outputRange
エクスポートするページの範囲(すべてのページを印刷する場合は null を使用)。
showProgress
進行状況ダイアログを表示するかどうかを示すフラグ。
解説
このメソッドは、 現在のレポートの C1Report.C1Document プロパティの対応する Print(...) メソッドへのショートカットです。 レポートはまだレンダリングされていなかった場合はレンダリングされます。
参照

C1Report クラス
C1Report メンバ
オーバーロード一覧