views:

150

answers:

3

Hi,

We have a requirement of using bullets in reports. Is there anyway it can be achieved using Jasper Reports? Is there anyway to apply style to it.

Thanks

A: 

Hey there, did you ever find a solution to this issue? Right now i am using images for the bullets, i want to stay away from that, i tried using unicode characters that correspond to the bullet style that the client wants but i can't get these characters to show up in pdf. Any suggestions?

Kunle
A: 

Inside of one static text or text fields, you can use html code: change the markup property the in the text properties to "html", and use "<ul>...</ul>" and "<li>...</li>" in your text.

A: 

Where exactly do we use ... i tried your solution, but the text is not rendering. I get exception even thought i changed the markup property to HTML

iNimish