Any way to set page break at render time? [message #872296] |
Tue, 15 May 2012 17:10  |
Eclipse User |
|
|
|
I'm using BIRT 2.5 with the runtime with a custom plugin for XLS that renders charts.
The report contains a crosstab and some charts. The issue is that when the chart is shown, and depending on the configuration, it else shows the charts streched or the crosstab garbled.
To resolve that issue my idea was to use a new sheet for charts.
On the otherside the report is executed first in HTML and then exported to XLS if the user desires so.
The issue arises that I don't want to paginate in HTML but I do want to paginate in XLS.
As the report's RunTask is executed only once and there are two different RenderTasks, I need the page break to be done only on the render time but when I do, I get:
"Page break can't be set at render time"
A solution would be to run again the query but the queries take 10 minutes so it's not an option for the user to wait for it do be done again.
So, is there another way to set the page break according to the report output?
Thanks
|
|
|
|
|
|
Re: Any way to set page break at render time? [message #882035 is a reply to message #873644] |
Tue, 05 June 2012 13:08  |
Eclipse User |
|
|
|
Hallo Jonathan,
I'm just facing the same problem you had 3 years ago: I have tested my multy-side excel report, but it renders onto one page in the separate mode. Actually I have to use run-and-render-separately, because I need to create a toc on other reports (pdf). Ok, I could avoid the problem, by setting "rr-together" for excel and "r-separated-r" for pdf's. But I find it fool.
Perhabs you know the solution?
Thanks very much and
best regards
Denis
|
|
|
Powered by
FUDForum. Page generated in 0.04360 seconds