Question

I have created a SSRS report that has 7 pages that I would like to have loop from beginning to end and then refresh every few minutes. Is this possible? I have been searching, but cannot find anything on how to do it. I have SQL Server 2008. Thank you!

Was it helpful?

Solution

I would set the AutoRefresh property on the Report object, using BIDS/Visual Studio. This is in seconds so a value of 120 = 2 minutes.

OTHER TIPS

In SQL Server Reporting Services, we can set the report to refresh automatically based on a specific time interval. However, it is not supported to set the report to jump to the next page in a loop at the same time. I recommend you submit your suggestion to the Microsoft Connect at http://connect.microsoft.com/. Your feedback is valuable for Microsoft to improve products and increase the level of service provide

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top