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

GrapeCity.ActiveReports.Export.Html > GrapeCity.ActiveReports.Export.Html.Section 名前空間 > HtmlExport クラス > Export メソッド : Export(IReport,Stream,String) メソッド
エクスポートするためのIReportインスタンス。
出力ストリーム。
カンマで区切られたエクスポートするためのページ番号の範囲。各カンマの間には単一のページ番号、または範囲の開始ページ番号と終了ページ番号の間にハイフンがあるページの範囲を指定することができます。
指定したIReportをストリームにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal outputStream As Stream, _
   ByVal pageRange As String _
) 
public void Export( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   Stream outputStream,
   string pageRange
)

パラメータ

report
エクスポートするためのIReportインスタンス。
outputStream
出力ストリーム。
pageRange
カンマで区切られたエクスポートするためのページ番号の範囲。各カンマの間には単一のページ番号、または範囲の開始ページ番号と終了ページ番号の間にハイフンがあるページの範囲を指定することができます。
参照

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