Jump to content

styled text and ambersand - ireport .1.2.8


olehenrik

Recommended Posts

Hi,

When using ambersand in styled text field it returns not only the ambersand but the whole styled text.

 

I.e:

select '&' amber
from dual

Three fields in the report, all of them have the is styled text flag on.

1
"<style isUnderline="true" pdfFontName="Helvetica">"+"&"+"</style>"
Returns
<style isUnderline="true">&</style>

2
"<style isUnderline="true" pdfFontName="Helvetica">"+"&"+"</style>"
Returns
<style isUnderline="true">&</style>

3
"<style isUnderline="true" pdfFontName="Helvetica">"+"&"+"</style>"
Returns
<style isUnderline="true" pdfFontName="Helvetica">"&</style>

I'm quite stuck and I'm not able to get this to work. Any help would be most appreciated.
 

I have attached the jrxml file and the results as pdf.


 Regards
Ole Henrik Steinmo



Post Edited by Ole Henrik Steinmo at 11/16/08 06:02



Post Edited by Ole Henrik Steinmo at 11/16/08 07:46
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...