I am facing a problem in printing Crystal Reports in Windows Forms app. Normal application flow is working like charm but I want to handle the situation when printer is not available or is not ready for printing. I was looking for WMI but I am facing problem like mentioned here, that my printer always return Status 3 or State 0 (idle)
. Now I am looking for exceptions of PrinttoPrinter
method of Crystal Reports but yet no luck. Any idea will be appreciated.
Thank in advance