如題,在delphi 中 reportmachine 列印一張報表,如何設定列印多份? 兩份,三份等.請各位大俠指點
uj5u.com熱心網友回復:
沒明白樓主什么意思,想要幾份就在列印對話框中直接輸入幾份就可以了。如果不想顯示對話框,在程式中實作,直接用個回圈多列印幾次就可以了。
self.RMReport1.ShowPrintDialog :=false;
for i:=1 to ? do self.RMReport1.PrintReport;
uj5u.com熱心網友回復:
不顯示對話框,也不想做回圈(回圈可以實作),想看看有沒有直接可以設定屬性的。
uj5u.com熱心網友回復:
reportmachine 沒有 fastreport有 printoption==>copysuj5u.com熱心網友回復:
quickrep1.PrinterSettings.Copies轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/130896.html
標籤:VCL組件開發及應用
