سؤال

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