How do you add a bullet list and stylized numbered list using JasperReports?
Try:
html
<ul>
  <li>bulleted item 1</li>
  <li>bulleted item 2</li>
</ul>
<ol>
  <li>ordered item 1</li>
  <li>ordered item 2</li>
</ol>
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With