Microsoft Report Viewer导出为ex​​cel

时间:2013-06-24 15:03:17

标签: asp.net reporting-services visual-studio-2005 rdlc

我在VS2005网站上有一份rdlc报告。报告在Microsoft报表查看器中正确呈现并导出为PDF。当我尝试将其导出到Excel时,我收到错误

  

由于对象的当前状态,操作不是虚假的。

所有堆栈跟踪错误都以

开头
  

Microsoft.ReportingServices ......

此报告以前有效,网站上的所有其他报告仍按预期工作,并成功导出到Excel。

我尝试过添加

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

到web.config文件

这是一个96页的报告,但它不超过1000行。

有没有人对我可以尝试修复此错误有什么想法?

更新

将网站转换为VS2010没有任何区别。

0 个答案:

没有答案