使用Crystal Reports API在双工模式下打印报告时出现问题

2020-09-24 08:33发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨 我无法在页面两面打印报告。...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我无法在页面两面打印报告。 我一直站在一边。

我使用了Crystal Reports 2016,并且为.NET Framework安装了SAP Crystal Reports运行时引擎。

我使用以下语句启动打印:

reportDocument.PrintToPrinter(printerSettings,pageSettings,false);

这些是打印时的printerSettings和pageSettings的值。

我也尝试使用打印选项。

reportDocument.PrintOptions.NoPrinter =假;
reportDocument.PrintOptions.PrinterName =打印机名称;
reportDocument.PrintOptions.PrinterDuplex = CrystalDecisions.Shared.PrinterDuplex.Horizo​​ntal;
reportDocument.PrintOptions.CustomPaperSource =新系统 .Drawing.Printing.PaperSource();
reportDocument.PrintOptions.CustomPaperSource.RawKind = paperSource;
reportDocument.PrintToPrinter(1,false,0,0);

结果相同。

计算机上安装的驱动程序是HP Universtal Printing PCL 5。

打印机是HP Laserjet 600 M602。

谢谢

弗雷德里克

(78.2 kB)