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