Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BIRT reporting engine defect with Page Intervals
PAshish
Hi,<br />
<br />
We are having this issue with BIRT reporting engine tool, which is similar to another defect (<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=226341)'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=226341)</a>
. We have also documented issue that we are facing in following:<br />
<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=295966'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=295966</a><br
/>
<br />
This was supposed to be fixed in BIRT 2.5.1 version, but it wasn't. Does anyone know how to work around it? Many thanks.
Find more posts tagged with
Comments
Virgil Dodson
Hi PAshish, I can see the same thing, onPageBreak not firing with IRenderTask to PDF. It seems to happen similarily with the MasterPage onPageEnd event and doesn't seem to matter what I have set for Page Interval either. Have you tried putting some script on a MasterPage elements onRender method?
printWriter.println( " Masterpage element.onRender "+ pageNumber);
I used something like above and was able to get script to run once per page there even with the IRenderTask to PDF.
I'm going to move this thread to the BIRT Engine forum to see if others have a better suggestion.