'宣言 Overloads Sub Export( _ ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _ ByVal outputStream As Stream, _ ByVal pageRange As String _ )
void Export( GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report, Stream outputStream, string pageRange )
パラメータ
- report
- エクスポートするIReportインスタンス。
- outputStream
- エクスポートするストリーム。
- pageRange
- エクスポートする複数のページ番号がコンマで区切ります。各コンマの間に単一のページがある場合もあります、または、範囲の開始と終了のページ番号の間にハイフンを付けて複数のページをエクスポートすることができます。