C1.C1Report Namespace > HtmlFilter Class : EncodeHtml Property |
By default, field contents are encoded, so a field containing the string "A<B>C" would be rendered as "A<B>C", which would appear as the original string in the browser.
If you set HtmlFilter.EncodeHtml to False, the same string would be rendered in raw format, causing the browser to display it as "A<B>C" (the "C" would be bold).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2