'宣言 Public Overloads Sub Export( _ ByVal stream As System.IO.Stream, _ ByVal exportProvider As ExportProvider, _ ByVal outputRange As OutputRange, _ ByVal showProgress As System.Boolean _ )
public void Export( System.IO.Stream stream, ExportProvider exportProvider, OutputRange outputRange, System.bool showProgress )
パラメータ
- stream
- エクスポート先のストリーム。
- exportProvider
- エクスポートプロバイダ。C1.C1Preview.Export.ExportProviders クラスにある静的エクスポートプロバイダのいずれかを使用します。
- outputRange
- エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
- showProgress
- 進捗ダイアログを表示するかどうかを示すフラグ。