プログラムでアクティブレポートレポートのWindowsビューアコントロールから特定のページをどのように印刷しますか?
2860 次
1 に答える
2
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
于 2010-05-14T23:01:29.207 に答える