有什么技术可以隐藏 ssrs 报告而不拒绝访问?

发布于 2024-10-29 13:12:20 字数 99 浏览 0 评论 0原文

我在 Sharepoint 集成模式下部署了 SSRS 2005 实例。有许多子报告不适合直接使用。它们仅作为组件包含在父报告中。有没有办法隐藏它们并仅显示顶级报告以简化最终用户导航?

I have SSRS 2005 instance deployed in Sharepoint Integrated mode. There are a number of sub reports that are not intended to be used directly. They are only included as components in parent reports. Is there any way to hide them and present only the top level reports to simplify end user navigation?

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

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

发布评论

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

评论(1

平安喜乐 2024-11-05 13:12:20

当它以 Sharepoint 集成模式部署时,报告显示为列表项,您可以将它们作为列表项使用。因此,要隐藏它们,您可以执行以下操作:

  1. 将新列添加到列表中,例如带有是/否值的“隐藏”
  2. 将列表中所有报告的隐藏值设置为是或否,具体取决于是否您希望它们显示或隐藏
  3. 为列表创建一个新视图,过滤以仅显示“隐藏”为“否”的项目

When it's deployed in Sharepoint Integrated mode, the reports show up as list items, and you can work with them as list items. So to hide them, you can do something like this:

  1. Add a new column to the list such as "Hidden" with a Yes/No value
  2. Set the Hidden value for all of the reports in the list to Yes or No, depending on whether you want them to display or to be hidden
  3. Create a new view for the list, filtering to only show items where Hidden is No
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文