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)
Problem on pagebreak with header row table with BIRT 2.3.1
Luis
Bonjour,
I am using Eclipse BIRT Designer Version 2.3.1.v20080911 Build <2.3.1.v20080922-1151.
I have done this test because i have to prepare in one single report different manners of presentating data.
I have a table used for two kind of presentation data.
So, i have 2 header and 2 detail rows.
I use the CLASSICMODELS.EMPLOYEES sample database from BIRT.
I add a computed column, named visibility, used as a visibility flag.
In this test i set the value of this computed column to true.
The first header and detail row have the visibility expression : !row["visibility"]
The second ones have the visibility expression : row["visibility"].
View the report as HTML : it works correctly.
View the report as PDF : it does not works correctly when page breaks arrives. All header rows are displayed.
The XML Source code is attached
Thanks for your help
Luis
Find more posts tagged with
Comments
mwilliams
Hi Luis,<br />
<br />
This looks like a bug in the PDF page break. One workaround for this is to set a page break interval that you know will fit on the pdf page. For this report design, I chose 14 and the second page rendered correctly. This workaround will probably only work on non-grouped designs like this one because I don't believe group headers are counted in the page break interval count. Please log a bug for this at <a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/reportabug.php'>BIRT
: Reporting Bugs and Requesting Enhancements</a>. Be sure to include a good description and this report design so they clearly understand the reported issue. Thanks.