Posts by Amauri Marsulo • 19 points
2 posts
-
0
votes2
answers908
viewsA: Printing windows Forms with direct reportviewer on printer
Performs local automatic file printing. public ActionResult ImprimeDocumento(string caminho)//Caminho onde está seu arquivo { if (!String.IsNullOrEmpty(caminho)) { try {…
-
0
votes0
answers92
viewsQ: Print on client side with C# MVC automatically
I need to automatically print a PDF file that is in a folder on the server, but the printing has to be in a specific printer on the CLIENT side. if (!String.IsNullOrEmpty(caminho)) { string…