views:

884

answers:

1

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?

+1  A: 

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?

Josh Knauer