自动切换到详细报告
在SSRS 2008中,是否可以自动从摘要报告加载详细报告?这个想法是,用户观看摘要报告 30 秒,然后详细报告加载并来回切换。
谢谢
In SSRS 2008, is it possible load detail report from summary report automatically? The idea is that the user watch summary report for 30 seconds and then details report loads and switch back and forth.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这不能在报告层面上完成。但是,如果您使用 JavaScript 实现 Web 应用程序,则可以在页面级别执行此操作。
I don't think it can be done at the report level. However, you can do it at the page level if you are implementing a web application with JavaScript.
是的。只需转到文本框的属性,选择
Navigation Tab
并转到Jump to url
,然后按时间间隔编写JavaScript。Yes it is. Just go to the properties of the text box, select
Navigation Tab
and go toJump to url
, then write your javascript with interval.