Search code examples
htmlsqlreporting-servicesreportingservices-2005

Adding an HTML formatted column in SQL Server Reporting Services 2005


I have a table in the database where a "Description" column is of nvarchar(MAX) type in which HTML string is saved.

Now, what I want to do is to have a report view of that table and the "Description" column renders the contents as HTML formatted already. Is there a possibility for this to be done in SQL Server Reporting Services 2005?


Solution

  • I think the formatting will be handled automatically, have you tried putting the column on a report?