【问题标题】:Printing Activereports page programmatically以编程方式打印 Activereports 页面
【发布时间】:2015-12-20 02:42:04
【问题描述】:

如何以编程方式从 activereports 报告 Windows 查看器控件中打印特定页面?

【问题讨论】:

    标签: winforms activereports


    【解决方案1】:
     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
    GrapeCity
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-11-12
      • 1970-01-01
      • 1970-01-01
      • 2011-11-22
      相关资源
      最近更新 更多