根据 SSRS 报告中的另一个参数动态更改参数
我们有一份报告称,在 2005 版本的 SSRS 中,我们可以从另一个报告参数(这是一个下拉列表)动态更新一个参数(这是一个文本框)。 每次下拉菜单发生变化时,文本框都会更新。 没问题。 现在在 2008 年,只有当我们第一次预览报告时才会发生这种情况(换句话说,文本框由下拉菜单更新)。 如果我将文本框更改为下拉菜单,它就会起作用。 但是,如果我将其更改回文本框(即我不再将“可用值”设置为“无”),则文本框仅在首次预览时更新。
以前有人遇到过这个问题吗? 请帮忙。
谢谢。
We have a report that in 2005 version of SSRS, we could dynamically update one parameter (which is a text box) from another report parameter (which is a drop down). Each time the drop down changes, the text box would update. No problem. Now in 2008, it only happens when we first preview the report (in other words, the text box is updated by the drop down). If I change the textbox to a drop down, it works. But if I change it back to a text box (i.e. I no longer set Available Values to none), the text box only updates when first previewed.
Has anyone had this issue before? Please help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果看起来没有必要,SQL Server 2008 SSRS 不再总是更新报表上的每个参数。 参数Advanced下有一个属性--> 当参数改变时刷新数据。 默认值为“自动确定何时刷新”。 对于您的情况,您可能需要将参数属性更改为“始终刷新”。
SQL Server 2008 SSRS doesn't always update every parameter on a report any longer if it doesn't appear to be necessary. There is a property under the parameter Advanced --> Refresh data when the parameter changes. The default value is "Automatically determine when to refresh". For your situation you probably need to change the parameter property to "Always refresh".