Pass NULL to SSRS URL access parameter?

我的梦境 提交于 2019-12-05 11:23:27

问题


How does one specify a NULL value when passing a parameter to an SSRS report using URL access?

i.e. when using the form

http://server/ReportServer/Pages/ReportViewer.aspx?Report&Parameter=value

回答1:


Use the syntax

Parameter:IsNull=True

In the example given above:

http://server/ReportServer/Pages/ReportViewer.aspx?Report&Parameter:IsNull=True

Reference: http://msdn.microsoft.com/en-us/library/ms155391(loband).aspx



来源:https://stackoverflow.com/questions/1433477/pass-null-to-ssrs-url-access-parameter

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