Page 1 of 1

Print status from direct print

Posted: Mon Feb 28, 2011 8:37 am
by smart+
Hello,

I want print report direct to default printer and I use this code:

Code: Select all

report.Print(false);
Does exist any way for returning status if this report is really printed on printer (for example: success or failure),
while after successfuly print I must execute some other function.

Print status from direct print

Posted: Tue Mar 01, 2011 2:36 am
by Alex K.
Hello,

If the Print() method worked successfully, without errors, then the document was sent to the queue of printing. Further print status cannot be obtained.

Thank you.