'宣言Public Overloads Sub Export( _ ByVal document As SectionDocument, _ ByVal outputStream As Stream, _ ByVal pageRange As String _ )
public void Export( SectionDocument document, Stream outputStream, string pageRange )
パラメータ
- document
 - エクスポートするActiveReportsのDocumentオブジェクト。
 - outputStream
 - RTFドキュメントを保存するSystem.IO.Stream。
 - pageRange
 - エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。