'宣言Public Overloads Sub Export( _ ByVal document As SectionDocument, _ ByVal filePath As String _ )
public void Export( SectionDocument document, string filePath )
パラメータ
- document
 - エクスポートするActiveReportsのDocumentオブジェクト。
 - filePath
 - RTFファイルを保存するファイル名とパス。
 
'宣言Public Overloads Sub Export( _ ByVal document As SectionDocument, _ ByVal filePath As String _ )
public void Export( SectionDocument document, string filePath )