如何在 SSRS 报告上显示提供的搜索参数?

发布于 2024-12-02 22:59:40 字数 195 浏览 0 评论 0原文

如何确保用于搜索记录的参数值显示在报表上。例如,如果我搜索一个名为“加拿大”的国家,并在显示(或不显示)记录后,它会在报告中显示我使用了参数值“加拿大”。

我正在使用 Business Intelligence Development Studio 2008 在 SQL Server Reporting Services (SSRS) 2008 上开发报告。

How can I ensure that parameter values that I used to search for records display on a report. For example if I search for a country called Canada and after displaying records (or not) it shows on the report that I used a parameter value Canada.

I am using Business Intelligence Development Studio 2008 to develop reports on SQL Server Reporting Services (SSRS) 2008.

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

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

发布评论

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

评论(1

梦巷 2024-12-09 22:59:40

添加一个文本框,其中 en 表达式引用 参数收藏

="Countries shown: " & IIF(Parameters!Country = "", "All", Parameters!Country)

Add a text box, with en expression that refers to the Parameters collection

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