How to hide a report parameter control dynamically at runtime?

How would I hide certain parameter controls based on user sections in certain controls dynamically at runtime.  I am using RS 2003 edition.

Answer this question

How to hide a report parameter control dynamically at runtime?

  • Parrot

    Create a stored procedure...

  • adelgado

    There is no "builtin" support for such scenario.

    You may develop your own application using Report Viewer controls, and implement any kind of parameter management.



  • FigBug

    Is this supported in the most recent version If so, how do I implement a solution like Jason described

  • ahmed Abd-El Atty

    what about in srs 2005 i want to enable/disable or hide/view parameters based on another parameter selection. essentially, i want the user to select a parameter value from a dropdown (the only parameter they can use) and then based on that value supply the correct parameters (now available) necessary for the user to run the report.

  • andy_vc

    that is not supported.

  • How to hide a report parameter control dynamically at runtime?