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
-
- Posts: 2
- Joined: Tue Apr 06, 2010 7:20 am
Display Datalist in bulleted or Numbered format
Gurdeep Toor
Display Datalist in bulleted or Numbered format
Hello,
You can use following expression in this case:
Instead # you can use any unicode symbol. You can past it from Word.
Thank you.
You can use following expression in this case:
Code: Select all
{Line}#{MyExpression}
Thank you.