Radio buttons in SSRS Report
How do I add radio buttons as my parameter type in SSRS reports? Thanks in advance, Anna It can be done, but only for a boolean parameter - i.e. you can only have True/False, not a custom list of radio options. Add a parameter to your report of type 'Boolean'. 'Available Values' should be set to 'Non-queried' - but make sure to leave the grid of values completely blank. In the 'Default Values' section, again choose Non-Queried - but in the expression box type 'True' or 'False' (i.e. dependant upon your desired default value). The parameter should now render as a radio button - with the option