Home
Analytics
How to Rotate Text in report BIRT 3.7
sandeep_sn
Hi,
I need to rotate text to 90 degeree in the BIRT reports, Kindly help me out.
Regards,
S.Sandeep
Find more posts tagged with
Comments
JRiglar
Hi, take a look at this example
http://code.google.com/a/eclipselabs.org/p/birt-controls-lib/
regards
J
sandeep_sn
Thanks its working.
sandeep_sn
<blockquote class='ipsBlockquote' data-author="'JRiglar'" data-cid="105322" data-time="1340789832" data-date="27 June 2012 - 02:37 AM"><p>
Hi, take a look at this example<br />
<br />
<a class='bbc_url' href='
http://code.google.com/a/eclipselabs.org/p/birt-controls-lib/'>http://code.google.com/a/eclipselabs.org/p/birt-controls-lib/</a><br
/>
<br />
regards<br />
<br />
J<br /></p></blockquote>
Hi,<br />
<br />
I add the library, i am able to the rotated text icon in my palatee. But i am not able to add dynamic data which is in the dataset. My requirement is like i need a add a column which is in dataset in to the rotated text element.<br />
Can you help me out on this.<br />
<br />
Regards,<br />
S.Sandeep
Yaytay
<blockquote class='ipsBlockquote' data-author="'sandeep_sn'" data-cid="105384" data-time="1340884457" data-date="28 June 2012 - 04:54 AM"><p>
Hi,<br />
<br />
I add the library, i am able to the rotated text icon in my palatee. But i am not able to add dynamic data which is in the dataset. My requirement is like i need a add a column which is in dataset in to the rotated text element.<br />
Can you help me out on this.<br />
<br />
Regards,<br />
S.Sandeep<br /></p></blockquote>
If you want to output to Excel the <a class='bbc_url' href='
http://www.spudsoft.co.uk/2011/10/the-spudsoft-birt-excel-emitters/'>SpudSoft
BIRT Excel emitters</a> have built-in support for rotating text (to any angle).<br />
The benefit of getting the emitter to handle it is that the text is still editable - and the downside is that it only works with that emitter.<br />
<br />
Jim