使用 ASP.NET 标签作为 SSRS 报告参数

发布于 2024-07-25 14:58:19 字数 210 浏览 6 评论 0原文

  • 我有 SSRS 报告,其数据集直接来自数据库。 我在 ASP.NET 应用程序页面上有报告。
  • 应用程序页面标题具有在母版页中定义的用户名和用户区域详细信息。
  • 现在,我想从 ASP.NET 页面读取此区域 ID 标签并相应地构建我的报告。 基本上基于来自 ASP.NET 页面的参数构建数据集。
  • 这有可能吗?
  • I have SSRS report with its own datasets coming straight from the database. I have the report on ASP.NET application page.
  • The application page header has the username and user region details defined in the master page.
  • Now, I want to read this region id label from the ASP.NET page and build my report accordingly. Basically building dataset based on parameters coming from ASP.NET page.
  • Is this possible at all?

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

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

发布评论

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

评论(1

删除→记忆 2024-08-01 14:58:19

是的,您可以将这些作为参数发送以进行报告......

ReportParameter rpt = new ReportParameter("name", "value");

yes, you can send these as parameter to report....

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