Page 1 of 1

Display Datalist in bulleted or Numbered format

Posted: Tue Apr 06, 2010 11:44 am
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

Display Datalist in bulleted or Numbered format

Posted: Wed Apr 07, 2010 3:26 am
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.