I am trying to create a rdlc report in asp.net web application. Framework is 2.0 and using VS2005.
One of the fields in the report contains HTML formatted information. e.g. (It's a text field which is populated from a Rich Text Editor similar to one we have here).
When I put the content of this, in a text box of RDLC file, it shows HTML instead of formatted output.
How to achieve the formatted output in the RDLC report?
thanks.