Eclipse: 3.6.2<br />
BIRT: 2.6.2<br />
<br />
I have report consisting of 3 tables. On the last page I have 2 tables. I need to align 2nd table (dynamically change vertical size) to top of the page (what's default behaviour) and 3rd table (costant vertical size) to align to the bottom of page. Can't figure how.<br />
<br />
Tried grid with row "vertical alignment" set to bottom, but don't know how to set the size of grid because of previous table (if I set too much, page will break otherwise last some empty space at the bottom). Usage of "%" or not defined size mostly results in shrank grid.<br />
Tried to place table in the footer and manage displaying it with dynamical visibility, but didn't find out how to use "totalPage" variable in visibility condition. Size of footer have to be specified so can't use "auto shrinking" behaviour from other elements. So I worry if I even managed to hide its content, it will still take same space.<br />
I plan to use <a class='bbc_url' href='
http://www.birt-exchange.org/org/devshare/designing-birt-reports/989-extend-table-to-fit-page/'>extending table</a> as last possible workaround. <br />
<br />
Is there any other smart solution for this? Or any advices how to make work mentioned approaches. Thank you in advance.