SSRS default renderer strips html tags
- by stackoverflowuser
For TFS task work item, I copy a table from ms word 2003/2007 document and paste it into the description field (supports rich text).
When the task item is saved, correct formatting is saved in TFS database table. But when the same data is displayed
in a SSRs report (through report manager) the formatting is lost. Probably the ssrs rendering engine is stripping off
the tags. I have the "HTML-Interpret HTML tags as styles" enabled for the report field.
It will be of great help if someone can provide more information on this issue and how it can be handled. Thanks.