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)
Alternating MasterPages in even/odd pages
aleda81
Hello
I have a report with a table which takes up several pages. I would like the report to have distinct MasterPages for even and odd pages.
I can't use page Break interval because I don't know in advance how many rows fit on each page, because each row can have a different heigth.
Is there any posibility to do that?
Any help will be appreciated.
Thanks in advance.
Find more posts tagged with
Comments
mwilliams
Hi aleda81,<br />
<br />
You can set the master page in the table script with:<br />
<br />
this.getStyle().masterPage = "MasterPageName";<br />
<br />
However, it seems that the master page is only called once, so it can't be changed on page break.<br />
<br />
Please log an enhancement request for this feature at <a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/reportabug.php'>BIRT
: Reporting Bugs and Requesting Enhancements</a>. Also, if you could include the enhancement request info in here for future reference, that would be great. Thanks.
aleda81
done:<br />
<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266290'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=266290</a><br
/>
<br />
regards