This is a migrated thread and some comments may be shown as answers.

print a report twice (or change print copies)

4 Answers 612 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dustin
Top achievements
Rank 1
Dustin asked on 10 Sep 2013, 05:44 AM
Is it possible to change the number of copies to print for a report? I need to print a report twice. I'm using the web based report viewer.

4 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 11 Sep 2013, 04:28 PM
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

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
Peter
Telerik team
answered on 13 Sep 2013, 07:18 AM
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

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








Tags
General Discussions
Asked by
Dustin
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Dustin
Top achievements
Rank 1
Peter
Telerik team
codigo369
Top achievements
Rank 1
Share this question
or