In my report I display a record from a table of my database. One of my columns has data formated as html. I want to display this as rendered html.
So
<b>nice header</b>
should render nice header
Can I do this in a report?
In my report I display a record from a table of my database. One of my columns has data formated as html. I want to display this as rendered html.
So
<b>nice header</b>
should render nice header
Can I do this in a report?
one way would be in your case would be to do formatting based on expressions or using .NET code in your report, and saying if you see some html tag to do formatting like "x"