ActiveReports for .NET 18.0J
Export(SectionDocument,String) メソッド

GrapeCity.ActiveReports.Export.Html.Section 名前空間 > HtmlExport クラス > Export メソッド : Export(SectionDocument,String) メソッド
エクスポートするActiveReportsのDocumentオブジェクト。
メインのHTMLファイルを保存するファイル名とパス。複数のファイル名が生成される場合(画像、目次ページなど)、この引数の値は、他のファイル名のプレフィックスとして使用されます。
指定したドキュメントをHTMLにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal filePath As String _
) 
public void Export( 
   SectionDocument document,
   string filePath
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
filePath
メインのHTMLファイルを保存するファイル名とパス。複数のファイル名が生成される場合(画像、目次ページなど)、この引数の値は、他のファイル名のプレフィックスとして使用されます。
参照

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