4 Answers, 1 is accepted
0
Hello Dustin,
If you are printing from the print menu, you can change the number of copies from the print settings window (screenshot).
If you are trying to print the report programmatically, you should use the ReportProcessor.PrintReport Method and supply it with the instances of a ReportSource and a PrinterSettings objects. The latter has a PrinterSettings.Copies Property which you can use to set the number of copies you want to print.
If you need additional assistance please elaborate further on your environment and scenario.
Regards,
Nasko
Telerik
If you are printing from the print menu, you can change the number of copies from the print settings window (screenshot).
If you are trying to print the report programmatically, you should use the ReportProcessor.PrintReport Method and supply it with the instances of a ReportSource and a PrinterSettings objects. The latter has a PrinterSettings.Copies Property which you can use to set the number of copies you want to print.
If you need additional assistance please elaborate further on your environment and scenario.
Regards,
Nasko
Telerik
Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.
0

Dustin
Top achievements
Rank 1
answered on 11 Sep 2013, 04:36 PM
Keep in mind I am using the web report viewer and invoking print from Javascript. Are you sure there is an option to provider settings with the javscript printReport() method?
0
Hi Dustin,
In case of the web report viewer to print we use JavaScript for Acrobat to invoke browsers PDF plugin print. However setting the number of copies is considered unsafe and not supported by the JavaScript for Acrobat.
Regards,
Peter
Telerik
In case of the web report viewer to print we use JavaScript for Acrobat to invoke browsers PDF plugin print. However setting the number of copies is considered unsafe and not supported by the JavaScript for Acrobat.
Regards,
Peter
Telerik
Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.
0

codigo369
Top achievements
Rank 1
answered on 04 May 2020, 05:05 AM
brilliant. I solve this