views:

185

answers:

2

How can I get custom bullets on my report. Also the default bullet for level 1 is round. How do I change the default to a square or to a different shape. The following is the RDL snippet:

<ListStyle>Bulleted</ListStyle>
<ListLevel>1</ListLevel>

Thanks in advance

+1  A: 

I came across this on MSDN. Windings font is being used!

How do a make a bulleted list

Ganesha
+1  A: 

You could try css style values (list-style-type: square). Though I have to admit I'm not sure if that can be done in the rdl or inline HTML in SSRS 2008.

Mozy