Hello,
is it possible to set page height to "dynamic" in order the whole report would always fit into the first page?
I'm trying to render report as an single PNG image. I can not use tiff or any other image with multipage support.
Thank you,
Tomas Celeda
2 Answers, 1 is accepted
0
Steve
Telerik team
answered on 07 Jun 2011, 08:15 AM
Hello Tomáš Čeleda,
There is no out of the box way to achieve what you're after. Would you care to elaborate what is the scenario that requires you to save a report as png image with indefinite height?
All the best,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Hello Steve,
thank you for your response. My scenario is that a report is displayed as png inside of a webpage. We don't need any additional functionality around the report so we haven't used your report viewer for ASP.NET.
Today I have found a workaround for my problem: When generating report into image, I manually compute custom page height based on number of records inside the report.