Is there a way to have a reset button in the SSRS options window?

Is there a way to have a reset button in the SSRS options window?

+4
source share
3 answers

Users can reset the settings by clicking the Refresh button in a web browser.

+3
source

No, or I have not heard how to do it. But you can imitate it.

One way to do this is to create a text box with a set of actions to go to yourself. You can either go to the default values, or go to yourself with some parameters already assigned.

+2
source

Modify ReportViewer.aspx ...

I came across this article on how to do this, but did not try, since I only studied whether this can be done / was done before and I need confirmation before I can develop it:

https://github.com/MagnusJohansson/CustomSSRSReportViewer

0
source

All Articles