focus 专栏

--专注于.NET Web开发技术
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年1月8日

摘要: 关键是要设置打印机的名称 ActiveReport3 rpt = new ActiveReport3(); //设置打印机 rpt.Document.Printer.PrinterSettings.PrinterName = "hp LaserJet 1300"; rpt.Run(); rpt.Document.Print(false,false); 阅读全文

posted @ 2008-01-08 09:21 focus 阅读(587) 评论(0) 推荐(0) 编辑