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