Hi,
We are running into these errors when generating a report from HTML stored in sql server. If we use HttpUtility.HtmlEncode, that makes the error go away but then the report displays HTML such as paragraph tags, or broken a href links, left and right brackets becomd < etc.
Some of the records in the report have html which contains tables - we would like that to display as a table in the report. Any ideas on how to make that work? Thanks on both issues!
We are running into these errors when generating a report from HTML stored in sql server. If we use HttpUtility.HtmlEncode, that makes the error go away but then the report displays HTML such as paragraph tags, or broken a href links, left and right brackets becomd < etc.
Some of the records in the report have html which contains tables - we would like that to display as a table in the report. Any ideas on how to make that work? Thanks on both issues!