Page 1 of 1
how to export multiple pages report into one jpeg file?
Posted: Tue Oct 05, 2010 9:19 am
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.
how to export multiple pages report into one jpeg file?
Posted: Tue Oct 05, 2010 9:28 am
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;
how to export multiple pages report into one jpeg file?
Posted: Wed Oct 06, 2010 1:23 am
by Alex K.
Hello,
Set the "Unlimited Height" property for the Page to true.
Please see the sample report in attachment.
Thank you.
how to export multiple pages report into one jpeg file?
Posted: Thu Oct 07, 2010 12:14 am
by Houssam Hamdan
Great ,,,
Thank you for your prompt support.
how to export multiple pages report into one jpeg file?
Posted: Thu Oct 07, 2010 12:38 am
by Alex K.
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.