Check box to be used as SSRS report parameter

  • Hi,

    I want to have a checkbox to be used as SSRS report parameter. Is there any way to implement that? Can I try using a combo with two values or using custom code?

  • http://stackoverflow.com/questions/259390/how-do-i-best-display-checkboxes-in-sql-server-reporting-services

    ______________________________________________________________________

    Ankit
    MCITP Database developer SQL 2008,MCTS Database Administration SQL 2008
    "Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose.
    You are already naked. There is no reason not to follow your heart.”

  • To see checkboxes in a parameter you have to set 'Allow multiple values'.

    This will show a drop down list with checkboxes.

    You cannot prevent the user selecting multiple values or the all option.

    You can reference each occurance of the parameter.

    Far away is close at hand in the images of elsewhere.
    Anon.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply