One of my report’s text data sources contains some formatting in HTML, just the basic formatting tags such as paragraph, bold, etc.
Can the ReportViewer be made to render the formatted text? If not, can anyone recommend a work-around?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ReportViewer could not render the HTML formatting natively.
As is mentioned elsewhere on S.O., when it comes to parsing HTML, the Html Agility pack proves to be a great solution. We used it to remove the HTML tags before passing the content over to the ReportViewer.
Easy, free and open source.