I have created a stock taking report in SSRS 2008. I have also added an extra column in the tablix. The extra column I added is a column I want to have the option to manually click on the checkbox if item is in stock.
I have tried using the wingdings option using the below expression: =iif(Fields!Expr1.Value,chr(252),chr(251)) However the result I get is not the desired result, because I get about 6 winging characters back instead of the check and uncheck boxes I required
How could I go about fixing this ?