reporting services - How to disable parameters in SSRS after report execution -


what want once parameters set , view report pressed, want disable parameters.that is, once user has entered parameters , have ran report can not change parameters unless refreshes whole page.

can done?

thanks!

there's not way directly, can accomplish using pair of reports @ cost of needing click users @ points:

  • create "child" version of report has hidden parameters.
  • create parent version of report no data elements has public parameters.
  • add link-style textbox parent report action navigates child report using parent's parameters.
  • for convenience, add link-style textbox child report go parent re-enter parameters. (optional)
  • if desired, include read-only textboxes displaying parameters on child report. (optional)

so user: enter parameters, click on link view report. if want change parameters, need click on link go back, force refresh.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -