关于查询字符串参数值的SSRS报告

时间:2014-09-23 12:32:41

标签: reporting-services

我有一个带有下拉列表的报告,其中包含所有国家/地区,并且可以在从下拉列表中选择任何国家/地区后查看报告作为参数。直到这样它很好,但现在我想通过查询字符串传递国家名称,并在下拉列表中选择传递的国家/地区并显示报告。怎么做。

尝试通过url传递参数,如:

http://[servername]/Reportserver/Pages/ReportViewer.aspx?[folder]/[reportname]&rs:Command=Render&Country=India

1 个答案:

答案 0 :(得分:0)

使用参数Country = India打开报告:

http://[servername]/Reportserver/Pages/ReportViewer.aspx?[folder]/[reportname]&rs%3aCommand=Render&Country=India

打开与PDF相同的报告:

http://[servername]/Reportserver/Pages/ReportViewer.aspx?[folder]/[reportname]&rs%3aCommand=Render&Country=India&rs%3aFormat=PDF