URL not passing parameters to SSRS report

此生再无相见时 提交于 2019-12-13 05:22:21

问题


I am using SSRS 2008.

This is my URL:

http://mybox/ReportServer/Pages/ReportViewer.aspx?/BI/PlayerProfiler+v3.0&id=548127&SP=FS

In my report I have 2 parameters the ID and the SP.

The ID is a plain text box and the SP is a drop down.

For some reason the ID does populate the text box but the SP does not want to get selected with the way I am passing the URL.

Why not?? The display value and the real value is FS....


回答1:


I found the problem! There was a space next to my actual value of the SP parameter. My fault and I do apologize! Thus the value was not "FS" it was "FS ".....



来源:https://stackoverflow.com/questions/18633122/url-not-passing-parameters-to-ssrs-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!