0

I am working on creating windows forms based business solution. I now need to print an RDLC report directly without opening it in the ReportViewer Control.

Is there any simple way to do it ?

Janjua
  • 29
  • 3
  • 6
  • 1
    You can generate a report through the report viewer object directly to a PDF output without ever actually SHOWING the report... Is that what you might be looking for? – DRapp Oct 27 '16 at 10:32
  • 1
    MSDN has a walkthrough [Walkthrough: Printing a Local Report without Preview](https://msdn.microsoft.com/en-us/library/ms252091.aspx). Essentially, you render each report page on a print page – Panagiotis Kanavos Oct 27 '16 at 10:35
  • @PanagiotisKanavos The same thing works for SSRS reports as well. – Thorsten Dittmar Oct 27 '16 at 10:48

0 Answers0