Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a VS 2013 WPF application which uses ReportViewer (RDLC) I want to print report report without showing the printDialog and using the default specified printer

What I have tried:

Print Report (Rdlc) without viewing ReportViewer
Posted
Updated 2-Mar-17 15:37pm

1 solution

There's 2 (main) components to this I think

1) generating the report (locally)

Manually Printing a Report – Brian Hartman's Report Viewer Blog[^]

Walkthrough: Printing a Local Report without Preview[^]

2) sending the report to a printer

(this sends to the default printer) Watching & Printing New Files in a Directory – vb & c# – Chris Bitting[^]

GitHub - tonyedgecombe/RawPrint: Send files directly to a Windows printer bypassing the printer driver.[^]

as with anything worthwhile, it's probably going to take a bit of effort, but those links *may*(tm) be starting places
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900