如果不显示打印设置对话框,只能通过代码进行设置,比如通过以下代码设置打印机名称:
[code] SectionReport1 rpt = new SectionReport1();
rpt.Document.Printer.PrinterName = "pdfFactory Pro"......
dof 发表于 2013-3-14 17:36:00
版主, 这个能动态绑定某个打印机吗?
比如打开所有打印机列表. 选择某个打印机后, 记下这个打印机.每次打印的时候查询打印机是否存在.如果不存在再让用户选择打印机. |