How do I add radio buttons as my parameter type in SSRS reports?
Thanks in advance, Anna
First pass a bool value to your parameter, and then use that parameter field instead of m_dhkDentalStatusGood in the following expression:
=iif( Fields!m_chkDentalStatusGood.Value , Chr(158), Chr(153))
And change the font for that texbox to "Wingdings 2".
NOTE: This should also appear when you export your report as PDF.