Null checkboxes are not checked on load of SSRS report in browser. Why?

久未见 提交于 2019-12-10 03:51:59

问题


I have made a report in SSRS which has 6 date parameters which can be null so has null checkboxes attached with it. I want that on opening the report the null checkboxes should be checked. They are checked when I open the report in the report builder but when I open it in the browser then the checkboxes are not checked.

How can i make it possible to keep checkboxes checked at load of report, also in browser?


回答1:


Check the parameters in your browser (I assume that you have sufficient privileges to the properties of the report?)

Make sure Has Default is checked along with the Null settings



来源:https://stackoverflow.com/questions/31027825/null-checkboxes-are-not-checked-on-load-of-ssrs-report-in-browser-why

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