Вопрос

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