Using SSRS 2008. I have a Web page that when it comes up calls a SSRS report see code
<iframe id="ifrm1" name="ifrm1" src="http://xxxx.zzz.com/ReportServer/Pages/ReportViewer.aspx?%2fSPARS%2fReport1&rs:Command=Render" width="985"
height="1200" scrolling="Auto" frameborder="0"></iframe>
SSRS report has a column called KPI and the list can be 30 to 40 rows long. I click on a KPI and (action= go to report) get a detail report that shows in the same frame that it was called from.
Works fine except if I select a KPI from the bottom of the list, 30 rows down, the detail report is still at the top of the frame and the user is still at the bottom of the frame where the KPI was selected seeing a white screen and they need to scroll
back up to the top of the frame to see the detail report. So it is a positioning problem? - any ideas on how to position the user back to the top of the detail report in the frame?
View Complete Post