I'm using SSRS (specifically the Report Builder) for generating some fairly basic reports from SQL Server 2012. Report Builder 3.0. When I add a field from the database that is stored as rich text (with the tags and all), it simply displays all of those tags right on the report, instead of showing the properly formatted text.
I've dug around in the tools as much as I can, and can't find a way to get that field to display in a formatted way.
Is there a function, or setting, somewhere that I'm missing that will get the text to display properly?
I don't believe it's possible to display Rich Text in an SSRS report.
You could render the Rich Text to an image file, and then display the image on the report.
However, it is possible to use HTML markup which could also be of use to you.
This means you have a couple of options: