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

GrapeCity.ActiveReports.Export.Html > GrapeCity.ActiveReports.Export.Html.Section 名前空間 > HtmlExport クラス > Export メソッド : Export(SectionDocument,Stream,String) メソッド
エクスポートするActiveReportsのDocumentオブジェクト。
MHTファイルを保存するSystem.IO.Stream。
エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。
指定したGrapeCity.ActiveReports.Document.Documentを、MIME MHTフォーマット(インターネット・エクスプローラーから保存されるように)のHTMLにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal outputStream As Stream, _
   ByVal pagesRange As String _
) 
public void Export( 
   SectionDocument document,
   Stream outputStream,
   string pagesRange
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
outputStream
MHTファイルを保存するSystem.IO.Stream。
pagesRange
エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。
参照

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