Radio buttons in SSRS report

How to add radio buttons as parameter type in SSRS reports?

Thanks in advance, Anna

+3
source share
7 answers

This can be done, but only for a logical parameter - that is, you can only have True / False, and not a custom list of radio parameters.

Add a parameter to your Boolean report. “Available Values” should be set to “Not Query” - but remember to leave the grid of values ​​completely empty.

In the "Default Values" section, select "Do not prompt again", but in the expression field, enter "True" or "False" (that is, depends on your desired default value).

- True/False.

, BIDS - Click Builder .

+6

- Reporting Services, . . , .

+4

bool , m_dhkDentalStatusGood :

=iif( Fields!m_chkDentalStatusGood.Value , Chr(158), Chr(153))

texbox "Wingdings 2".

. PDF.

+3

, - , BOL. , .

+1

SSRS... , , , .

+1

, , , -. , , - . , , , - ?                                                   / :                                                                                                           

0

All Articles