We use many SSRS reports. Quite a few of them are hyperlinked together. We have a summary report that has parameters. The user selects the parameters, hits "View Report" which runs the report, scrolls down to the record they are looking for, clicks on the link. It takes them to the detail report. They hit the back button to get back to the original report, and they have lost the scroll position and the parameters. Is there any way to fix this?
This behavior is in Chrome and Edge. Surprisingly, IE works fine.
What other information would be helpful? We are running SSRS 2016.
The ReportViewer control has a ShowBackButton="true" setting if that helps.
<rsweb:ReportViewer ID="rvRptViewer" runat="server" CssClass="rvRptViewer" ViewStateMode="Enabled" AsyncRendering="True" BackColor="#edeef0"
WaitMessageFont-Names="Tahoma" WaitMessageFont-Size="12pt" ExportContentDisposition="OnlyHtmlInline" InteractivityPostBackMode="AlwaysAsynchronous"
SizeToReportContent="True" Width="100%" Height="100%" ZoomMode="Percent" ZoomPercent="100"
ShowZoomControl="false" ShowRefreshButton="false" ShowBackButton="true" ShowPromptAreaButton="false" />