Report is not loading when using parameters

血红的双手。 提交于 2019-12-13 04:54:28

问题


I have created a ssrs report and uploaded it in reportserver which is working fine. Then I have added 4 parameters to the same report. It works fine in my local machine,But not working when uploaded to report server. Is it because of any permission issues?


回答1:


it was because one of my reports was having more than 1000 values. So I have made the following changes in web.config of the Reports server and it is working fine.

<add key="aspnet:MaxHttpCollectionKeys" value="10000" />


来源:https://stackoverflow.com/questions/30117444/report-is-not-loading-when-using-parameters

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