'宣言 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
- ドキュメントを保存するSystem.IO.Stream。
- pageRange
- エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。 カンマで区切られたエクスポートするページ番号の範囲。各カンマの間には1つのページ番号、または範囲内の開始ページ番号と終了ページ番号の間にハイフンがあるページの範囲を含めることができます。