iamzhaiwei 发表于 2014-3-20 17:09:00

页面报表导出PDf文件,部分中文乱码




上中下三个图分别是:设计的页面报表,导出的pdf文件的截图,另一台电脑上打开导出的pdf文件的截图。
纵坐标的标题显示有问题:一个是没有显示,另一个是有乱码。

附件是导出的pdf文件。
导出代码:
GrapeCity.ActiveReports.Document.PageDocument document = new GrapeCity.ActiveReports.Document.PageDocument(pageReport);
                        document.LocateDataSource += Document_LocateDataSource;
                        GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport pdfExport = new GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport();
                        string exportFilePathName = pathName + "\\" + fileName + DateTime.Now.ToString("yyyyMMddHHmmssfff") + ".pdf";
                        pdfExport.Export(document, exportFilePathName);

roger.wang 发表于 2014-3-20 18:00:00

回复 1楼iamzhaiwei的帖子

从截图上看,Y轴存在问题--乱码了, 附件也是。

我用AR8验证了一下,导出Y轴PDF格式,有乱码现象。 我需要咨询一下产品团队。

roger.wang 发表于 2014-5-27 14:08:00

回复 2楼roger.wang的帖子

抱歉让您久等了。

这个确定是一个bug,会在下一个Release版本中修复。
页: [1]
查看完整版本: 页面报表导出PDf文件,部分中文乱码