I created a parent and a child report in SSRS. In child report I have a text box named "Go Back". Added this in: TextBox properties -> Action -> Go TO URL -> javascript:history.go(-1). In Internet Explorer browser, when I click this
GO BACK button, it goes back to the previous Parent report and it preserves all the parameter values and so I am able to see the report where I left before. But when I use "Go Back" button in chrome, it resets all the parameter value. What is the
best way to preserve parameters in chrome?
↧