PDA

Click to See Complete Forum and Search --> : How to Print a Report without showing print dialog box?


rmohanrao
Jul 11th, 2008, 02:04 PM
Hi All,
We are converting some reports from Crystal Reports to Microsoft SQL
Reporting Services (SSRS) in an VB.NET Windows app. Crystal had a
function called PrintToPrinter which was being used to
programmatically print to a printer when the user clicked a button on the screen. The printer
dialog box did not appear. It was true one-click printing.

I need to figure out how to do the same thing in SSRS?

Thanks,
Mohan

rjv_rnjn
Jul 16th, 2008, 04:11 PM
Take a look at this article (http://blogs.msdn.com/bryanke/articles/71491.aspx). This should get you started.