如何在SSRS中隐藏Tablix?

发布于 2024-10-01 19:07:42 字数 288 浏览 0 评论 0原文

我在 SSRS 中遇到问题。实际上,我在同一个报告中确实有 3 个 Tablix,并且希望根据所选参数值隐藏 2 个 Tablix。我创建了名为 Report 的参数,它有 3 个值 All、Emp with Service Hrs、Emp without Services hrs。现在,如果我选择“全部”,那么属于“有服务时间”和“无服务时间”的 2 个 tablix 应该隐藏,我正在寻找什么。其余 2 个参数也类似。

我知道如果你有 2 个 Tablix 使用 IIf() 是可能的,但不知道 3 个。如果有人知道,请给我反馈。提前致谢。

I am facing problem in SSRS. Actually, I do have 3 Tablix in same report and want to hide 2 tablix based on Parameter value selected. I created parameter called Report and it having 3 values All, Emp with Service Hrs, Emp without Services hrs. Now what I am looking for if I select All then 2 tablix that belong to With Service Hrs and Without Service hrs should hide. similarlly for remaining 2 parameter as well.

I knew it is possible if you having 2 Tablix using IIf() but no idea on 3. If anyone knows then please give me ur feedback. Thanks in Advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凹づ凸ル 2024-10-08 19:07:42

应该有一个“隐藏”属性将采用 IIF 表达式。

或者此链接可能更好,它描述了Tablix 的各种属性页

There should be a "Hidden" property that will take an IIF expressions.

Or this link may be better which describes the assorted property pages for the Tablix

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文