I want to print a report from a button click. I just don't need (in fact, I don't want) to view the report before printing. Just pass some parameters and send it to printer (doesn't matter if it's with or without a print dialog).
Asked
Active
Viewed 1.8k times
5

Rick Sladkey
- 33,988
- 6
- 71
- 95

Vitor Reis
- 989
- 4
- 24
- 45
-
1Does this help? http://stackoverflow.com/questions/682188/printing-serverreport-without-preview – billinkc May 24 '11 at 21:32
1 Answers
1
Here is a guide from MSDN for doing it with client-side reports: http://msdn.microsoft.com/en-us/library/ms252091%28v=vs.80%29.aspx
and server reports:

Frank Pearson
- 872
- 5
- 16