Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Displaying RichText in Crystal Reports

I have a report created in Crystal (the version that comes with Visual Studio 2005) that contains an IFieldObject that I want to use to display some rich text. I have set the TextFormat of the IFieldObject to crRTFText, however when I run the report the textbox displays all the rtf markup rather than actually displaying the formatted text.

Is there some other settings that need to be changed in order for Crystal to display rich text?

like image 965
KevB Avatar asked Oct 09 '08 10:10

KevB


1 Answers

What viewer are you using for your report? The HTML based viewers (WebForm and Java) may not support RTF output.

The ActiveX (definitely!) or WinForm (I think) viewers should support RTF in fields.

Have you tried rich formatting with html instead?

like image 148
Josh Knauer Avatar answered Sep 22 '22 02:09

Josh Knauer