AR13 SectionReport 区域报表 导出PDF
请问如何参考PageReport,使用Render方法,能够使得 SectionReport 区域报表 导出PDF。
PageReport,我用截图示例能完成导出PDF和导出EXCEL文件。
本帖最后由 Eden.Sun 于 2023-7-26 10:01 编辑
************************************************最佳答案******************************************** https://gcdn.grapecity.com.cn/data/attachment/forum/202211/22/134426bukngx46gp06og60.png
您好,您参考下面的代码测试看看。
GrapeCity.ActiveReports.SectionReport sectionReport = new GrapeCity.ActiveReports.SectionReport();
System.Xml.XmlTextReader xtr = new System.Xml.XmlTextReader(@"..\..\SectionReport2.rpx");
sectionReport.LoadLayout(xtr);
sectionReport.Run();
viewer1.LoadDocument(sectionReport);
GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport PdfExport1 = new GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport();
PdfExport1.Export(sectionReport.Document, Application.StartupPath + "\\PDFExp.pdf");
Bella.Yuan 发表于 2023-7-17 10:10
************************************************最佳答案****************************************** ...
找到了,本地示例代码有,谢谢。 hubiyun0901 发表于 2023-7-27 21:19
找到了,本地示例代码有,谢谢。
不客气的。问题解决就好:hjyzw: Eden.Sun 发表于 2023-7-28 09:16
不客气的。问题解决就好
不好意思,刚测试到一个问题。保存到桌面的时候,
提示,对路径的访问被拒绝 hubiyun0901 发表于 2023-7-28 13:48
不好意思,刚测试到一个问题。保存到桌面的时候,
提示,对路径的访问被拒绝
是我代码的问题,不好意思 导出EXCEL,内容是空白的,导出PDF,打开报错呢。 您方便远程我吗,向日葵:我的识别码:564280424
使用向日葵即可对我发起远程协助
向日葵下载地址:http://url.oray.com/tGJdas/
少了句代码,run,实在不好意思
hubiyun0901 发表于 2023-7-28 14:13
少了句代码,run,实在不好意思
:loap1:
页:
[1]