how to print n copies of a report in SSRS
-
Thursday, November 29, 2012 9:49 PM
Hi
I design a new report.the customer requirement is two print the report 2 copies always for a particular report.how can i finish this in SSRS.
please help me to solve
Thanks & Regards Manoj
All Replies
-
Friday, November 30, 2012 4:45 AMModerator
Hi Manoj,
In Reporting Services, there is no server-side print functionality that enables you to route a print job directly from a report server to a printer that is attached to the Web server. Printers and print options are selected by individual report users using a standard Print dialog box. For more information, please refer to:Printing Reports.
To work around this issue, you can try to add a copy of the Tablix data region into the report and add a page break between the two Tablix.
Another solution is to add a parameter named “number of copies”, and then you can specify the number copy of the Tablix in the report, for the detail steps, please see:
http://stackoverflow.com/questions/12526795/print-an-ssrs-report-multiple-times-based-on-a-value-entered
Regards,
Fanny LiuTechNet Subscriber Support
If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.Fanny Liu
TechNet Community Support- Proposed As Answer by Fanny LiuMicrosoft Contingent Staff, Moderator Monday, December 03, 2012 1:16 AM
- Marked As Answer by Fanny LiuMicrosoft Contingent Staff, Moderator Wednesday, December 05, 2012 7:08 AM


