Asp.net中的Crystal Report导出错误 [英] Crystal Report Export Error in Asp.net

查看:76
本文介绍了Asp.net中的Crystal Report导出错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 未实施。无法导出报告。文件错误 C:\ WINDOWS \ TEMP \ temp_a85c037a-4c7a-412f-b47a-c809a4599dcc {33C4B3EB-681E-4EEE-9D97-5661F532C8A6} .rpt:操作尚未实现。内部:未实现。无法导出报告。文件C中出错:\ WINDOWS \ TEMP \ temp_a85c037a-4c7a-412f-b47a-c809a4599dcc {33C4B3EB-681E-4EEE-9D97-5661F532C8A6} .rpt:操作尚未实现。



 oRptBasicWith2Optionals.SetDataSource(myDataTable); 
oRptBasicWith2Optionals.ExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile;
oRptBasicWith2Optionals.ExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
oRptBasicWith2Optionals.ExportOptions.DestinationOptions = DiskOpts;
oRptBasicWith2Optionals.Export();
oRptBasicWith2Optionals.Dispose();



请帮助紧急

解决方案

检查这个答案

错误:导出时尚未实施的操作 [ ^ ]


在Windows Server 2008 R2上卸载Microsoft Windows Update KB3102429似乎解决了这个问题。

Not implemented. Failed to export the report. Error in File C:\WINDOWS\TEMP\temp_a85c037a-4c7a-412f-b47a-c809a4599dcc {33C4B3EB-681E-4EEE-9D97-5661F532C8A6}.rpt: Operation not yet implemented.Inner:Not implemented. Failed to export the report. Error in File C:\WINDOWS\TEMP\temp_a85c037a-4c7a-412f-b47a-c809a4599dcc {33C4B3EB-681E-4EEE-9D97-5661F532C8A6}.rpt: Operation not yet implemented.


oRptBasicWith2Optionals.SetDataSource(myDataTable);
oRptBasicWith2Optionals.ExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile;
oRptBasicWith2Optionals.ExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
oRptBasicWith2Optionals.ExportOptions.DestinationOptions = DiskOpts;
oRptBasicWith2Optionals.Export();
oRptBasicWith2Optionals.Dispose();


Please help its urgent

解决方案

Check this answer
Error : Operation not yet implemented, when Exporting[^]


Uninstalling Microsoft Windows Update KB3102429 on Windows server 2008 R2 seems to solve the issue.


这篇关于Asp.net中的Crystal Report导出错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆