GrapeCity ActiveReports for .NET 14.0J
Export(IReport,Stream,String) メソッド

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.Export 名前空間 > IDocumentExportEx インターフェース > Export メソッド : Export(IReport,Stream,String) メソッド
エクスポートするIReportインスタンス。
エクスポートするストリーム。
エクスポートする複数のページ番号がコンマで区切ります。各コンマの間に単一のページがある場合もあります、または、範囲の開始と終了のページ番号の間にハイフンを付けて複数のページをエクスポートすることができます。
指定したIReportをストリームにエクスポートします。
シンタックス
'宣言
 
Overloads Sub Export( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal outputStream As Stream, _
   ByVal pageRange As String _
) 
void Export( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   Stream outputStream,
   string pageRange
)

パラメータ

report
エクスポートするIReportインスタンス。
outputStream
エクスポートするストリーム。
pageRange
エクスポートする複数のページ番号がコンマで区切ります。各コンマの間に単一のページがある場合もあります、または、範囲の開始と終了のページ番号の間にハイフンを付けて複数のページをエクスポートすることができます。
参照

IDocumentExportEx インターフェース
IDocumentExportEx メンバ
オーバーロード一覧