the number of copies problem
In my report I set Report.PrintOptions.Copies := 3
In designer, when I click Preview button and then Print I get a print dialog with number of copies = 3. This is OK.
But when I print my report from my program, on the print dialog the number of copies is 1.
I don't know why?
P.S. Please note, I change Report.PrintOptions.Copies value dynamically (from code)
In designer, when I click Preview button and then Print I get a print dialog with number of copies = 3. This is OK.
But when I print my report from my program, on the print dialog the number of copies is 1.
I don't know why?
P.S. Please note, I change Report.PrintOptions.Copies value dynamically (from code)
Comments
Report.PrintOptions.Copies := 3;