Changes to parameter not showing on Report Server after deployment

青春壹個敷衍的年華 提交于 2019-12-17 04:36:51

问题


I have 7 parameters (3 multi select of string, 1 DateTime, 3 string values) in my SSRS 2008 report, and I have set all the parameters as null in the default value.

It's working fine in my preview window of Visual Studio 2008. But after deployment to my report server, the "NULL" checkbox for the parameter is not checked, causing the report not to get loaded at initially.


回答1:


This is "by design":

When you first deploy reports, parameters are uploaded with all their settings.

Administrators of those reports are then allowed to tweak the way report parameters function in the report web manager: change whether they accept null values, defaults, etc.

If you redeploy reports later, nothing is changed to existing parameters (the system doesn't want to "overwerite" changes made by report admins).

Solutions:

  • Delete the report, then redeploy it.
  • Change the parameter settings directly in the deployed report.


来源:https://stackoverflow.com/questions/14701233/changes-to-parameter-not-showing-on-report-server-after-deployment

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