Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
快速报告:如何通过 c++ 而不是通过标准参数接口设置要打印的文档副本数量。
You can set it in the fr3 file (I use Fast Report 4.8)
Just go in menu : Report -> Options and set Copies
or you can set it by code
frxReportFR.PrintOptions.Copies := Copies;