开发者

Automatically switch to detail report

开发者 https://www.devze.com 2023-03-24 04:03 出处:网络
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

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


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.


Yes it is. Just go to the properties of the text box, select Navigation Tab and go to Jump to url, then write your javascript with interval.

0

精彩评论

暂无评论...
验证码 换一张
取 消