Export from to PDF throws Internal Error: The export doesn't support one of the functionalities in this report

Export from to PDF throws Internal Error: The export doesn't support one of the functionalities in this report


我正在尝试使用 vb.net 将报告导出到 pdf 文件,但我得到一个 "Internal exception: The export select doesn't supports one of the functionalities used on the report:"
我使用的是一个非常简单的代码:

cr.ExportToDisk(ExportFormatType.PortableDocFormat, stringPath)

我已经检查了路径是否存在以及我导出文件的文件夹的权限,它们都是正确的。我已经在互联网上寻找更多解决方案,但似乎只有我一个人出现此错误...

解决方案是更改我报告中的字体。看来我使用的是 VS2012 无法读取的字体。所以我把它改回 arial 并且一切顺利。