Reports for WPF
Export(String,OutputRange,Boolean) メソッド

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Export メソッド : Export(String,OutputRange,Boolean) メソッド
出力ファイル名。ファイルの拡張子によってエクスポート形式が決まります。
エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
進捗ダイアログを表示するかどうかを示すフラグ。
ドキュメントをディスクファイルにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal fileName As System.String, _
   ByVal outputRange As OutputRange, _
   ByVal showProgress As System.Boolean _
) 
public void Export( 
   System.string fileName,
   OutputRange outputRange,
   System.bool showProgress
)

パラメータ

fileName
出力ファイル名。ファイルの拡張子によってエクスポート形式が決まります。
outputRange
エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
showProgress
進捗ダイアログを表示するかどうかを示すフラグ。
参照

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