Reporting Services Redirection to Printer
-
Thursday, April 05, 2012 8:20 PM
Hi,
I have SQL Server 2008 R2 Standard Edition along with Reporting Services installed on a Windows Server 2008 R2 Standard Edition operating system. How can I set up a report in Reporting Services to be automatically sent to a printer instead of showing up on the browser?
Thank you!
- Moved by Stephanie Lv Monday, April 09, 2012 6:08 AM (From:SQL Server Notification Services)
All Replies
-
Friday, April 06, 2012 10:14 AM
hi,
you may use a Delivery Extension like this one: http://msdn.microsoft.com/en-us/library/ms160778(v=sql.90).aspx
I hope it helps.
Janos
There are 10 type of people. Those who understand binary and those who do not.
My Blog- Proposed As Answer by Elvis LongMicrosoft Contingent Staff, Moderator Tuesday, April 10, 2012 8:11 AM
-
Tuesday, April 10, 2012 8:16 AMModerator
Hi Amir,
The Microsoft ActiveX control, RSPrintClient, provides client-side printing for reports viewed in HTML Viewer. It provides a Print dialog box so that a user can initiate a print job, preview a report, specify pages to print, and change the margins.
I suggest you that refer to the following articles about Using the RSClientPrint Control in Custom Applications, please see:
http://technet.microsoft.com/en-us/library/ms159195(v=sql.105).aspx
http://www.codeproject.com/Articles/34146/Using-RsClientPrint-to-Print-Reports-from-ASP-NET
Regards,
Bin LongBin Long
TechNet Community Support
- Marked As Answer by Elvis LongMicrosoft Contingent Staff, Moderator Sunday, April 15, 2012 6:05 AM
-
Sunday, June 03, 2012 7:52 PMThank you Janos and Bin. The information you provided has been helpful to me.

