Hi guys,
When data in report detail section contains a html tags, in WebViewer those are rendered as browser renders html (instead of <b>aa</b> you can see aa in bold). When I click export to excel, all is ok.
Now I added to the report event OnItemBound where texboxes are HtmlEncoded, so in WebViewer all is fine (htm tags are displayed as string) but at the same time export is performed with HtmlEncoded data so in excel you can see htmlEncoded text.
I suppose there is a simple way how to deal with this but cant find any solution.
I use Reporting Q1 2010, in detail section I have Textboxes.
Could you please give me some ideas how to solve this?
Thanks a lot.
Viktor
When data in report detail section contains a html tags, in WebViewer those are rendered as browser renders html (instead of <b>aa</b> you can see aa in bold). When I click export to excel, all is ok.
Now I added to the report event OnItemBound where texboxes are HtmlEncoded, so in WebViewer all is fine (htm tags are displayed as string) but at the same time export is performed with HtmlEncoded data so in excel you can see htmlEncoded text.
I suppose there is a simple way how to deal with this but cant find any solution.
I use Reporting Q1 2010, in detail section I have Textboxes.
Could you please give me some ideas how to solve this?
Thanks a lot.
Viktor