locked
SSRS - Why back button is working in IE and not working in Chrome? RRS feed

  • Question

  • 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?
    Thursday, April 21, 2016 9:06 PM

Answers

  • Hi Ramya,

    Based on my test, the issue is caused by Chrome and IE browsers use different processing mechanisms for JavaScript command. Currently, it's not supported to preserve main report selected parameter values when backing from subreport.

    If you have any question, please feel free to ask.

    Best Regards,
    QiuyunYu


    Qiuyun Yu
    TechNet Community Support


    Friday, April 22, 2016 8:49 AM

All replies

  • Hi Ramya,

    Based on my test, the issue is caused by Chrome and IE browsers use different processing mechanisms for JavaScript command. Currently, it's not supported to preserve main report selected parameter values when backing from subreport.

    If you have any question, please feel free to ask.

    Best Regards,
    QiuyunYu


    Qiuyun Yu
    TechNet Community Support


    Friday, April 22, 2016 8:49 AM
  • Hi Qiuyun

    Got your point. Thanks for the reply.

    Monday, May 2, 2016 8:19 PM