Reporting Textbox displaying HTML -
06-15-2004
, 08:38 PM
I am building a report using the SQL Reporting Service. In this report I have a Textbox that needs to display a HTML that is stored in a table. Right now it just writes the HTML out. For example if <center>Header</center> is returned to the Textbox it writes out “<center>Header</center>” instead of displaying the word Header centered in the Textbox. Any ideas on how I can do this? |