Is there an effective and/or fast way to show Html entities like & or ë as & and ë in an report viewer’s parameter drop down list?
I have html encoded values in the database and now I need to show the original value in parameter drop down list
Or does MSSQL have an equivalent for this?
To not loose any performance on the reporting, the users must change these characters in the GUI in order not to see them anymore…
No other suitable solution found for this situation. An mass update on all text columns was an other solution as well, but not really necessary.