cskg0001 发表于 2015-11-20 08:30:00

ActiveReport直接打印???急

PageReport我可以直接
Rpt.Run
Rpt.Document.Print(False,False) 直接打印

但Section Report就不行 打印机有动作,但没有内容打印
代码: 基本同上

我现在是用View中转;
rpt.Run()
view.load rpt.document
view.print(false)
有没有其他方法,同PageReport

frank.zhang 发表于 2015-11-20 11:59:00

您好,

打印区域报表在WinForms可以参考以下代码
GrapeCity.ActiveReports.PrintExtension.Print(sectionDocument, true, true);

具体可以参考安装文件中的文档
ActiveReports 9 > ActiveReports User Guide > How To > Print Methods In ActiveReports


页: [1]
查看完整版本: ActiveReport直接打印???急