打印ActiveReport的账票,设置的是本地的虚拟打印机 Microsoft XPS Document Writer
调用SectionReport的Run()
<#ZwA.#wb("Desc_ActiveReport_Run")>
Public Sub Run()
结果出现打印机无法找到的错误,
打出了stacktrack的log如下,请问是什么原因?或者如何继续调查?谢谢!
ailed to open the Microsoft XPS Document Writer printer, System error number: 0
場所 GrapeCity.ActiveReports.Extensibility.Printing.DDPaperSize.AddCustomPaperSize(String printerName, String paperName, Single width, Single height)
場所 GrapeCity.ActiveReports.Extensibility.Printing.DDPaperSize..ctor(String printerName, String paperName, Single width, Single height)
場所 GrapeCity.ActiveReports.SectionReport.#azb()
場所 GrapeCity.ActiveReports.SectionReport.#1yb(Boolean bDelayedInit)
場所 GrapeCity.ActiveReports.SectionReport.Run(Boolean syncDocument)
場所 GrapeCity.ActiveReports.SectionReport.Run()
|
|