以编程方式在 SSRS 报告上设置自动刷新
我正在 SSRS 2008R2 中开发仪表板报告,我需要每隔 1 分钟左右刷新一次,除了按浏览器上的刷新按钮之外,还有什么方法可以做到这一点!
谢谢
I'm developing a dashboard report in SSRS 2008R2, and I need to refresh it ever 1 minute or so, Is there's any way to do that other than pressing the refresh button on the browser!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将报表的 AutoRefresh 属性设置为任意值。您希望刷新报告的秒数。
Set AutoRefresh property of the report to whatever no. of seconds you want the report to be refreshed.