Arjun123
SSC-Addicted
Points: 468
More actions
January 29, 2013 at 11:31 pm
#288563
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
abdulkalam.m
SSC Enthusiast
Points: 168
January 30, 2013 at 5:29 am
#1582557
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