'宣言
Overloads Sub Export( _ ByVal document As SectionDocument, _ ByVal outputStream As Stream, _ ByVal pageRange As String _ )
void Export( SectionDocument document, Stream outputStream, string pageRange )
パラメータ
- document
- エクスポートするActiveReportsのDocumentオブジェクト。
- outputStream
- MHTファイルを保存するSystem.IO.Steam保存先。
- pageRange
- ページ番号の範囲を示します。範囲は、最初の場号と最後の番号の間に「-」を使用して示すことができます。単一のページも含めることができます。各範囲または単一のページはカンマ区きりにより分割されます。