Display Datalist in bulleted or Numbered format

Stimulsoft Reports.NET discussion
Post Reply
gurdeeptoor
Posts: 2
Joined: Tue Apr 06, 2010 7:20 am

Display Datalist in bulleted or Numbered format

Post by gurdeeptoor »

Hi All

I am using version 2009.1

Is there a way to display the datalist in bulleted/Numbered format as we can do in common word processing applications (e.g. MS word)

e.g.

1 datarow1
2 datarow2
3 datarow3
....
....
....
n datarown


If we could do so, Can I use my custom image as a symbol ?

Thanks in advance
Gurdeep Toor
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Display Datalist in bulleted or Numbered format

Post by Jan »

Hello,

You can use following expression in this case:

Code: Select all

{Line}#{MyExpression}
Instead # you can use any unicode symbol. You can past it from Word.

Thank you.
Post Reply