Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
610
automatically print a report created by the report exporter (asp.net)
posted

I'm looking for help with automatically printing the pdf that is created from my .igr when my web page runs. I use a combination of exporter and memorystream to write the pdf to a server folder. (see my previous forum post titled "Emailing a report created by the report exporter"

Then I tried using ProcessStartInfo with verb="Print" to actually print the pdf.

This works great on my development PC - however, it does not work on the web server. The pdf gets created in the server folder, but the pdf does not print. In fact, I have no idea what happens. There is no error - and there is nothing on the printer.

I've spent several hours googling for a solution without success.

 

Parents Reply Children