使用 ASP.NET 标签作为 SSRS 报告参数
- 我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以将这些作为参数发送以进行报告......
yes, you can send these as parameter to report....