문제

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!

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top