I try to print from web service using the below command
oRpt.PrintOptions.PrinterName = "\\ipaddress\printername"
oRpt.PrintToPrinter(1, False, 1, 1)
I got "Invalid printer specified"
I could print out any word document but in programming could not.
Please share me. Thank you.