String test = "<span>" TEST "</span>"
HtmlDocument doc = new HtmlDocument();
doc.LoadHtml(test);
then i’m sending the following to the report field
my.Text = doc.DocumentNode.InnerText;
So when the report runs it shows
the words the encoded words of the quote you know with the ampersand, is there a way to get the quotes to show?
Maybe: