Html list tag with Square Bullet

Stimulsoft Reports.WEB discussion
Post Reply
kumaresan
Posts: 1
Joined: Sat Dec 09, 2017 5:45 am

Html list tag with Square Bullet

Post by kumaresan »

Hi,
We are using Html list tag ( "<ul><li>Hi</li></ul>") to get the bullet point.
But here the issue is we can't able to set Square bullet point, When we try to set " type="Square" " in the list tags its not supporting here. Is it possible to generate report with Square bullet using html tag??
I have also attached the sample screenshot which we required and a sample report which we tried.
Attachments
Sample.mrt
Sample Report
(6.02 KiB) Downloaded 298 times
Required Output
Required Output
Bulletstyle.png (27.42 KiB) Viewed 1411 times
nagarajasia
Posts: 14
Joined: Thu Dec 08, 2016 8:56 am

Re: Html list tag with Square Bullet

Post by nagarajasia »

I am also facing the same issue. Can anyone help/shed the lights on this issue.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Html list tag with Square Bullet

Post by HighAley »

Hello.

It's possible to set the type of te market.
This feature was added in the 2018.1 build.
Here is a sample:

Code: Select all

<ul type="▪️"><li>Test string 1</li><li>Test string 2</li><ul type="■"><li>SubLine 1</li><li>SubLine 2</li></ul><li>Test string 3</li></ul>
Thank you.
Post Reply