Page 1 of 1

Html Decode in webViewer

Posted: Tue May 25, 2010 1:30 am
by liomessi32
hi
I Apologize for my bad english:sweat:
i have a table with a column that must hold html content. when i want to show this column in stiwebviewer,content encoded
for example:
X2
encoded to
X<sub>2</sub>
in result contents ware shown incorrectly
i want prevent this behavior of stiwebviewer.
any one can help me?
thanks.

Html Decode in webViewer

Posted: Tue May 25, 2010 6:37 am
by Ivan
Hello,

Please try to set the following property before report rendering:

Code: Select all

StiOptions.Export.Html.ReplaceSpecialCharacters = false;
Thank you.

Html Decode in webViewer

Posted: Tue May 25, 2010 7:04 pm
by liomessi32
hi all
thank you evan :biggrin:
that is working and and solve my problem

Html Decode in webViewer

Posted: Tue May 25, 2010 7:07 pm
by liomessi32
hi all
thank you Ivan
that is working and and solve my problem :biggrin:

Html Decode in webViewer

Posted: Tue May 25, 2010 10:37 pm
by Andrew
Hello,

Thank you for letting us know about your problem solved.