Reputation: 989
I have this Reporting Services repository with some reports that accept Parameters via URL.
I want my application to send these reports directly to printer (User's Default Printer), without even opening them. Is it Possible? How?
Upvotes: 0
Views: 892
Reputation: 2356
We use a bit of software called batch print pro, it will monitor a folder for a pdf dropping in, then print it out. We just schedule the reports to save to a pdf, monitor the folder with batch print pro and then this prints them out. Seems to work well
Upvotes: 1