how to create a radio button in ssrs

  • hi i want create a radio button in ssrs

    if i click radio butto(true) i want display some parameter else no need to display

    Regards

    Arjun

  • Create a parameter with boolean datatype, you will get 2 radio buttons true and false.

    then in table visibility property write a below expression

    =iif(Parameters!sample.Value=true,true,false)

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

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