Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide/view a SSRS report parameter control dynamically at runtime?

Status
Not open for further replies.

balushanmugham

Programmer
Jun 16, 2012
6
IN
Hi,

I am using SSRS 2005. I want to enable/disable or hide/view parameters based on another parameter selection.

Say Suppose I have 5 parameters. User selects first value in first parameter I should show only Second parameter and hide remaining 3 parameters (Parameter 3,Parameter 4 & Parameter 5).
If user selects second value in first parameter I should show third parameter and hide remaining 3 parameters(Parameter 2,Parameter 4 & Parameter 5).
Similarly If user selects third value in first parameter I should show fourth and fifth parameter and hide remaining 2 parameters(Parameter 2 & Parameter 3).
There is no relationship between these parameters except user selection.

I can not see any Visible property for report parameters.
Any "builtin" support in SSRS for this scenario.


Appreciate your help.
Regards,
Bala
 
As far as i am aware you cannot hide parameters. The only thing i can sugguest is setting them to "unused" or similar dependant on the other filters. Then obviously you will have to cope with this "unused" wherever this parameter is used.

----------------------------------------

Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch

Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
 
As far as i am aware you cannot hide parameters. The only thing i can sugguest is setting them to "unused" or similar dependant on the other filters. Then obviously you will have to cope with this "unused" wherever this parameter is used.

----------------------------------------

Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch

Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top