Link to home
Start Free TrialLog in
Avatar of phani_82
phani_82

asked on

SSRS 2005:Disable a report input parameter conditionally

Hi,
I am using SSRS 2005 to build a stored proc based report. I have two parameters as my report input.One of them is a radio button with True or false options which passes 0 or 1 to the underlying stored proc.
The other parameter is a text box. The requirement is that I want to disable the textbox when I select "True" option on the radiobutton.When i select "False" on the radiobutton, the text box should not be disabled.How do i achieve it?
Avatar of TempDBA
TempDBA
Flag of India image

Haven't tried it with the parameter but can you try if there is any visibility property with paramter. If yes, then in its expression, define your requirement.
Avatar of phani_82
phani_82

ASKER

There is no visibility property for the parameter.
Below properties are available

Hidden
Allow null value
Internal
Allow blank value
Multi-value
Available values
Default values

Under Available values two options are present 1.Non-queried 2.From query
Under Default values three options are present 1.Non-queried 2.From query 3.Null
ASKER CERTIFIED SOLUTION
Avatar of Harish Varghese
Harish Varghese
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial