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

エクスポートするActiveReportsのDocumentオブジェクト。
Htmlファイルを保存するためのファイル名とパスです。複数のファイルの名前が生成されている(画像、目次など)場合、この関数の値は他のファイル名に対して先頭に使用されます。
ActiveReportsのドキュメント全体を、指定したHTMLにエクスポートします。
構文
'宣言
 
Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal filePath As String _
) 
void Export( 
   SectionDocument document,
   string filePath
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
filePath
Htmlファイルを保存するためのファイル名とパスです。複数のファイルの名前が生成されている(画像、目次など)場合、この関数の値は他のファイル名に対して先頭に使用されます。
参照

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.