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)
Changing Report Text Orientation in Java ?
robilco
Hi All,
Does anyone know if there is a way to change the Report Text Orientation from Left-to-Right to Right-to-Left in Java code?
I have a scenario where a Locale Parameter is passed to me and I want to call BIRT, ideally I'd like not to have to create a duplicate report design with the general property changed, but rather amend the design/engine at runtime.
Is there a property I can set in Java at runtime?
Cheers,
Ro
Find more posts tagged with
Comments
robilco
Found it. Set via a Render option.<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>renderOptions.setOption(IRenderOption.RTL_FLAG, Boolean.TRUE);</pre>