Hi guys, 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?