Quick Report
QReport - multiple copies
Question
Is there a way to have QuickReports print multiple copies when TQuickReport.Print is called? I looked for a 'Copies' property, but could not find such an animal. Right now I'm using a loop and calling the Print method for each copy.
Answer
QRPrinter.Copies := 2;