1

I would like to increase the bullet size but not the text in iReport. I have tried using html markup and using the style attribute in the <li> tag. However, it doesn't change the size of the bullets.

The changing of font's size did not solve the issue.

Is there any other way that I can do to increase the size of the bullets?

In the expression editor:

//Other text above...
<ul>
<li style=\"font-size:15px;\">
<span style=\"font-size:10px;\">Sample Text 1</span>
</li>

<li>
<span style=\"font-size:10px;\">Sample Text 2</span>
</li>
</ul>
Alex K
  • 22,315
  • 19
  • 108
  • 236
jl90
  • 639
  • 2
  • 10
  • 24
  • post some code , what have you tried till now ? – Mukesh Ram Jan 18 '17 at 06:10
  • @MukeshRam i have tried using span as well but still the bullet points did not increase at all... – jl90 Jan 18 '17 at 06:20
  • Try to change font's size – Alex K Jan 18 '17 at 06:21
  • I think `jasper-reports` has its own template for it. not in html format. – claudios Jan 18 '17 at 06:24
  • @AlexK i have tried changing the font size using the style attribute...but only my text changes size, not the bullet points – jl90 Jan 18 '17 at 06:24
  • Maybe this approach help you: [Export html content to pdf using JasperReports](http://stackoverflow.com/q/1091760/876298). Don't use the complex style. Please give some feedback, because your case is very interesting – Alex K Jan 18 '17 at 06:31

0 Answers0