If I have a varchar column in a SqlServer db containg html, is there any way that crystal reports can display it the way a brower would?
For example, if the field contains the string
<b> <u> This is my text. </u> </b>
crystal would know to display it as
This is my text.
I am using the crystal reports that comes with vs2008.