c# - "Operation not implemented yet"错误

标签 c# asp.net crystal-reports export

我有一个 asp.net 网络应用程序。当我尝试通过 Crystal 报表导出报表时出现以下错误:

文件 C:\DOCUME~1\User\LOCALS~1\Temp\MainReport {7F8A9E9E-DD47-4D17-A44D-68D9478A792C}.rpt 中的错误:操作尚未实现。

我使用此代码导出报告:

    ReportDocument reportDocument = reportSource.ReportDocument;
    reportDocument.SetDataSource(dt);
    Response.ClearContent();
    Response.ClearHeaders(); 
    reportDocument.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, false, "Report");

提前致谢。

最佳答案

您的报告是否使用非标准字体?如果是这样,那可能就是问题所在。参见 link text

关于c# - "Operation not implemented yet"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1994997/

相关文章:

c# - 当我使用下面的 SqlDataAdapter 时,我是否需要担心插入/更新/删除/注入(inject)攻击?

c# - 使用正则表达式如何获得 (16.00 + 28.66 = 44.66) 作为 44.66 和 (99) 作为 99

crystal-reports - 子报表生成空白页

visual-studio - Visual Basic 2010 Express 中的免费 Crystal 报表

c# - 在单晶报告查看器中加载多个报告

c# - MVC4如何知道变量的类型

c# - 使用 JOIN、GROUP BY、SUM 将 SQL 转换为 LINQ,将值相乘两个列表

c# - 在 visual studio 中使用母版页实现 html/css 框架

asp.net - 使用 context.RunClaimsAction(user) 在 asp.net 错误中实现 OAuth

asp.net - 网络农场中的 View 状态验证失败 - 排除了常见的嫌疑人