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?
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
how to export multiple pages report into one jpeg file?
We are using the following lines of code to generate the jpeg file:
new StiJpegExportService().ExportImage(objReport, objMemoryStream);
or
StiReportResponse.ResponseAsJpeg(this, objReport);
Cheers;
new StiJpegExportService().ExportImage(objReport, objMemoryStream);
or
StiReportResponse.ResponseAsJpeg(this, objReport);
Cheers;
how to export multiple pages report into one jpeg file?
Hello,
Set the "Unlimited Height" property for the Page to true.
Please see the sample report in attachment.
Thank you.
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
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
how to export multiple pages report into one jpeg file?
Great ,,,
Thank you for your prompt support.
Thank you for your prompt support.
how to export multiple pages report into one jpeg file?
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.