sql server - Automatically print SSRS report? -


Is there a way to automatically report a SQL Server Reporting Services (2005)?

EDIT:

We need to print an SSRS report on the network printer. In particular, we wanted to stop it from the stored procedure. We are currently using the method of Soyabanshi, and it is working. However, we want to manage something more, without dependence on Adobe Acrobat and xp_cmdshell. We are looking at the method suggested by Paul Ji.

You should be able to do that for submitting the report, the built-in web service for SSR2000 There is some sample code, but for the things you need for 2005, it should be very close:


Comments