Home
Analytics
BIRT Report Page Break
nicky29
Hello,
I have a problem with my BIRT report. I have a table in my report and i have set page break "Always". My report works fine with one exception,..after last page insert a blank page.
Example: If I have 10 pages my report generates 10 pages + 1 blank page.
How can I put a condition to remove the blank page or to verify if is my last page do not apply the page break?
Thanks in advance!
Find more posts tagged with
Comments
mwilliams
Are you setting this for a group? Or for the detail line or what?
nicky29
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="82737" data-time="1316015471" data-date="14 September 2011 - 08:51 AM"><p>
Are you setting this for a group? Or for the detail line or what?<br /></p></blockquote>
<br />
I have solved the problem. The solution in my case was:<br />
<br />
I move the grid from the footer in the detail line, i have define a group and i set there page break 'always'. Now I have the grid after every table on every page. In case that the table contains more rows (more than 30) i have set height to 0, so the table will be split on multiple pages.<br />
<br />
Anyway,..thanks for response!
mwilliams
Glad you found a solution. Let us know whenever you have questions!