Crystal Report : Nothing appears in crystal report

你离开我真会死。 提交于 2019-12-24 19:28:31

问题


I am using Crystal Report Version=13 in my Web Application using Asp.Net. My reports were working fine, i don't remember what changes i have made, due to which the report is not showing data, even Design is not shown of report. When i open report and refresh it, in Fire Bug i got the below error.

bobj.crv.stateManager.setComponentState('CrystalReportViewer1__UI',eval('('+document.getElementById('__CRYSTALSTATECrystalReportViewer1').value+')'));

Any one have experience of such type of error.


回答1:


I got the solution, i have disabled ViewState on my Application in web.config, by enabling it, its working.

<pages enableViewState="true" >


来源:https://stackoverflow.com/questions/19903231/crystal-report-nothing-appears-in-crystal-report

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