tangke888 发表于 2024-10-18 21:36:33

如何指定页码进行打印

代码执行打印时,如何设置只打印第一页



            GrapeCity.ActiveReports.PrinterSettings printerSettings = new GrapeCity.ActiveReports.PrinterSettings();
            printerSettings.ShowPrintDialog = ishowDiag;//是否显示打印属性对话框 false 不显示
            printerSettings.ShowPrintProgressDialog = true;


               //pageReport.Report.PageWidth = "7.4";
               GrapeCity.ActiveReports.Document.PageDocument pageDocument = new GrapeCity.ActiveReports.Document.PageDocument(pageReport);
               //printerSettings.prst
               pageDocument.Print(printerSettings);

Bella.Yuan 发表于 2024-10-18 21:36:34

您好,重复帖子,您可以参考下面这个帖子的回复:
如何指定打印的页码
https://gcdn.grapecity.com.cn/showtopic-228191-1-1.html
(出处: 葡萄城开发者社区)
页: [1]
查看完整版本: 如何指定页码进行打印