【发布时间】:2011-12-02 17:14:41
【问题描述】:
我已经编写了一份 ssrs 2005 报告。 我的第一个问题是如何在 ssrs 报告 URL 中传递多值参数。例如,传递给报告 url 的简单参数对我来说效果很好。 http://MYSERVER/ReportServer?MyReport&rs:Command=Render&QuestionName=Q1 但是如何为相同的参数传递 muli 值,例如 http://MYSERVER/ReportServer?MyReport&rs:Command=Render&QuestionName=Q1,Q2,Q3等
我试过这样 http://MYSERVER/ReportServer?MyReport&rs:Command=Render&QuestionName=Q1&QuestionName=Q2&QuestionName=Q3 但是当我执行报告时,它只采用了第一个参数值,即“Q1”
谢谢
【问题讨论】:
标签: sql-server-2005 reporting-services reportingservices-2005