AutoLoad detail report from summary report
Is it possible load detail report from summary report automatically after a specific time period? The idea is that the user watch summary report for 30 seconds and then details report loads and switch back and forth.
Thanks
Usman Shaheen MCTS BizTalk Server http://usmanshaheen.wordpress.com
July 30th, 2011 7:34am
Hi Usman Shaheen,
In Reporting Services we can only toggle between two reports by Click action manually by default. Fortunately, we can integrating
Reporting Services into Web applications using ReportViewer control. Then, we use Timer class in System.Web.UI namespace to control web page redirecting.
More information about Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode and Timer Class,
please refer:
http://technet.microsoft.com/en-us/library/ms251724.aspx
http://msdn.microsoft.com/en-us/library/system.web.ui.timer.aspx.
Thanks,
Lola
Please remember to mark the replies as answers if they help.
Free Windows Admin Tool Kit Click here and download it now
August 1st, 2011 6:34am
Thanks Wang Usman Shaheen MCTS BizTalk Server http://usmanshaheen.wordpress.com
August 4th, 2011 11:51pm


