I'm new to Crystal Reports and I'm wondering if it can print/display html.
I have a column in my database that holds the HTML, and I want the data in this column to be in the detail of the report keeping the HTML format.
So far, I've got the IFieldObject for the column dragged onto the report, and set the "TextFormat" option to "crHTMLText". I've also right-clicked the object, went to the paragraph tab, and set the "Text Interpretation" option to "HTML Text".
But when I preview the report, it looks like it is actually stripping out the HTML. It does apply simple HTML formatting for things like bolding, italicizing, and underlining. But HTML tables and bulleted lists lose all their formatting.
What's going on? Can I not do this?