Trying to set the number of copies to send to the printer with:
CrystalReport1.PrinterCopies = 3 (didn't work)
CrystalReport1.CopiesToPrinter = 3 (didn't work)
Both of these print to my local default printer. (1 copy)
Is either of these the correct command to set the number of copies???
