如何以编程方式打印activereports报表Windows查看器控件中的特定页面?
发布于 2010-05-15 07:01:29
viewer.Document.Printer.PrinterSettings.FromPage = 2;
viewer.Document.Printer.PrinterSettings.ToPage = 4;
viewer.Document.Print(false, true);有关以编程方式设置打印机选项的详细信息,请访问http://www.datadynamics.com/Help/ActiveReports6/ActiveReports6_start.html?ActiveReports.Document~DataDynamics.ActiveReports.Document.Printer.html
希望这能有所帮助!
Scott Willeke
GrapeCityhttps://stackoverflow.com/questions/2837546
复制相似问题