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

2020-09-24 08:33发布

         点击此处--->   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)

         点击此处--->   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)
付费偷看设置
发送
1条回答
渐行渐远_HoldOn
1楼 · 2020-09-24 09:02.采纳回答

更新到SP 22,并在下载Wiki页面上查看示例打印机应用程序:

https: //wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

一周热门 更多>