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)
Setting Property "pageBreakInterval" using local resources
pm-lemos
Hi,
I'm wondering how can I set the property 'pageBreakInterval':
<property name="pageBreakInterval">50</property>
to use a value from my application resources.
Does anyone know if I can do something like this:
<property name="pageBreakInterval" key="reports.xls.pagebreak"></property>
Thanks in advance,
Pedro Lemos
Find more posts tagged with
Comments
CBR
Have a look to: <a class='bbc_url' href='
http://digiassn.blogspot.com/2007/10/birt-parameterized-page-break-interval.html'>The
Digital Voice: BIRT: Parameterized Page Break Interval</a><br />
This blog post shows you how to set the page break interval of a table dynamically.<br />
You could get a property for current locale in your ressource file with<br />
reportContext.getMessage("yourKey", reportContext.getLocale())