如何在 C# .Net 中直接打印 crystal 报告到网络打印机 Windows
How to printing crystal report directly to network printer in C# .Net Windows
我读了ThisLink
给出的答案是 -
report.PrintOptions.PrinterName = "\network\printer"
请告诉我 e.g.What 是网络(IP 地址或 PC 名称)
属性 中显示的我的打印机名称是 "EPSON TX121 Series on DRAGONFRUIT-PC"
report.PrintOptions.PrinterName = "\\\\remotePCName\\printerName"
我读了ThisLink
给出的答案是 -
report.PrintOptions.PrinterName = "\network\printer"
请告诉我 e.g.What 是网络(IP 地址或 PC 名称)
属性 中显示的我的打印机名称是 "EPSON TX121 Series on DRAGONFRUIT-PC"
report.PrintOptions.PrinterName = "\\\\remotePCName\\printerName"