how to export multiple pages report into one jpeg file?

Stimulsoft Reports.NET discussion
Post Reply
Houssam Hamdan
Posts: 33
Joined: Fri Aug 20, 2010 3:46 am
Location: Lebanon - Beirut

how to export multiple pages report into one jpeg file?

Post by Houssam Hamdan »

Hello,

We would like to know if it is possible to export a multiple pages report to one jpeg file that should include all the pages. Currently only the first page is being exported.

Thank you in advance.
Houssam Hamdan
Posts: 33
Joined: Fri Aug 20, 2010 3:46 am
Location: Lebanon - Beirut

how to export multiple pages report into one jpeg file?

Post by Houssam Hamdan »

We are using the following lines of code to generate the jpeg file:

new StiJpegExportService().ExportImage(objReport, objMemoryStream);
or
StiReportResponse.ResponseAsJpeg(this, objReport);

Cheers;
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

how to export multiple pages report into one jpeg file?

Post by Alex K. »

Hello,

Set the "Unlimited Height" property for the Page to true.
Please see the sample report in attachment.

Thank you.
Attachments
640.SampleReport.mrt
(1.88 MiB) Downloaded 322 times
Houssam Hamdan
Posts: 33
Joined: Fri Aug 20, 2010 3:46 am
Location: Lebanon - Beirut

how to export multiple pages report into one jpeg file?

Post by Houssam Hamdan »

Great ,,,

Thank you for your prompt support.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

how to export multiple pages report into one jpeg file?

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.
Post Reply