SSRS 和 Sharepoint
我正在 Sharepoint 2007 和 SSRS 2008 中进行开发。我对这两种技术都很陌生。我想做的是在 SSRS 中创建一个报表,并使用报表查看器 Web 部件将其显示在我的 Sharepoint 网站中。但我对从另一个实现 (IWebPartField) 的 Web 部件向我的报告传递参数感到震惊。
请帮帮我。
亲切的问候 维韦克
Well I am doing development in Sharepoint 2007 and SSRS 2008. I am pretty new to both of the technologies. What I am trying to do is I have created a report in SSRS and using Report Viewer Web Part to show it in my Sharepoint Web site. But I am strucked with passing parameter to my report from another web part that implements (IWebPartField).
Please help me out.
Kind Regards
Vivek
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将用户输入存储在变量中,并将输入作为查询字符串传递到报告。您可以创建一个“运行报告按钮”,将报告查看器 Web 部件 URL 设置为指向您的报告并使用 ReportURL 中的用户输入,SSRS 将检测参数:
即
Store the User Input in a variable and pass the input to the report as Query String. You could create a "Run Report Button" which sets the Report Viewer Web Part URL to point at your Report and use the user input in the ReportURL and SSRS will detect the parameters:
I.e.