table in RTF text object in crystal report.
-
Hi, I have a text object on my crystal report. The text interpretation is "RTF text". Data in this text object appears in correct format except tables. What is problem with table?
The CrystalReport RichTextBox doesn't support tables, and a bunch of other stuff. You can read more about it here[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
The CrystalReport RichTextBox doesn't support tables, and a bunch of other stuff. You can read more about it here[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Thanks for your reply. Is there any way, through which I can display tables in RTF text object?
Use a monospaced font and create the tables using ASCII characters.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Use a monospaced font and create the tables using ASCII characters.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Thanks again Dave, that is good solution, but I will take to much efforts. Actually I need some quick solution.
You're only other solution is to NOT use Crystal Reports and use some other reporting package.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...