C# MVC4.0+.NET framework4.0 + ActiveReport 6.0 , 相同的代码, 在winform 下能正常导出xps文件, 但mvc中, 进行到Run(), 出错, 不知道为什么?
错误消息: Failed to open the Microsoft XPS Document Writer printer, System error number: 5
错误堆栈: at DataDynamics.ActiveReports.Document.DDPaperSize.#5g(String printerName, String paperName, Single width, Single height)
at DataDynamics.ActiveReports.ActiveReport.#azb()
at DataDynamics.ActiveReports.ActiveReport.#1yb(Boolean bDelayedInit)
at DataDynamics.ActiveReports.ActiveReport.Run(Boolean syncDocument)
at DataDynamics.ActiveReports.ActiveReport.Run()
|
|