Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm having an issue when i use checkbox character on RDLC report.
It seems to work fine on my local solution, the character displays as expected
but when i published to web server, the character is not displaying properly.

font style:

Windings 2

expression:
=IIf( Parameters!Status.Value ="N", Chr(82), Chr(163))


Can anyone tell me what might be wrong?

What I have tried:

I already tried check if updates was published successfully by compare the code of my local solution to my web server and they are the same.
Posted
Comments
Richard Deeming 23-Mar-20 13:39pm    
Is the Wingdings 2 font installed on the server?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900