2014-09-23 84 views
-3

我有一個包含所有國家/地區的下拉菜單的報告,從下拉列表中選擇任何國家作爲參數後,可以查看報告。直到這個沒問題,但現在我想通過querystring傳遞國家名稱,並在下拉列表中選擇通過的國家並顯示報告。這個怎麼做。關於查詢字符串參數值的SSRS報告

試圖通過類似URL來傳遞參數:

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

的例子你當你使用Google時發現沒有幫助? – 2014-09-23 12:40:55

回答

0

與參數國家一類開放報告=印度:

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