Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make bullet list in crystal report?

I want to make a bullet list in crystal report I've searched for it but nothing useful some people recommended html text and rtf text but I didn't find a working sample.
How can this be done?

like image 518
Kronass Avatar asked Nov 25 '10 18:11

Kronass


4 Answers

Put the code chr(0110) in Formula and change the font of the formula to Wingdings
Use where ever u need to dislplay the bullet.
Note: chr(0110) is the code for filled square bullet

Hope this helps you.

like image 184
Hariharan Anbazhagan Avatar answered Nov 08 '22 20:11

Hariharan Anbazhagan


I know this post is old but I also find that you can copy and paste a bullet point directly from Word

like image 45
Rob Avatar answered Nov 08 '22 21:11

Rob


What about using an image of a bullet/point?

like image 36
Vadim Avatar answered Nov 08 '22 20:11

Vadim


Are you trying to make a bullet list of your data or just a bulleted list of static text? If it's just static text, then Yads suggestion of a carefully placed bullet point image is best.

If you are trying to make data from your data source appear in a bulleted list, then, well, a carefully placed bullet point image is also the best. Along with pre-arranging your fields so they'll appear in the appropriate places.

like image 36
PowerUser Avatar answered Nov 08 '22 20:11

PowerUser