本帖最后由 孤月_2022 于 2025-5-30 09:45 编辑
Using report As HEL071 = New HEL071()
report.Run()
OutPutFilePath = OutputFileFullPath()
PdfExp.Export(report.Document, OutPutFilePath)
report.Document.Printer.PrinterName = INI_P01
report.Document.Printer.PrinterSettings.FromPage = report.Document.Pages.Count
HEL0700.HEL071.Document = report.Document
End Using
HEL071 是一个sectionreport 对象
或者您能告诉我ActiveReport18 如何实现 只打印最后一页 的功能
|