User1810061435 posted
In a .rdlc report I add a text field onto a 'table'. The text is in French and has some special characters e.g. below text should read:
"Assemblee General" where 'é' are e's with the semicolon on top of the e.
Text in Report: "Assemblée Général"
On the TextBox field in the report I set the language property to "French" --> but no change on the output.
my WEB.config file uses culture="fr-FR", and
in some Gridviews I have to use, on the field property: "HtmlEncode=false" to show these e's correctly!
Where else can I set this !?!
Thanks for your time
ed