I am using Wingdings 2 in rdlc report and when I export it to pdf, it works but when displaying in browser, it doesn't work at all. Why?
in expression field it's like
=IIF(Fields!Testname.Value, Chr(82), Chr(163))
but in web browser it appears like
RTestname
£FieldName
See the special character?