Print status from direct print

Stimulsoft Reports.WEB discussion
Post Reply
smart+
Posts: 26
Joined: Thu Sep 09, 2010 4:53 pm
Location: Croatia

Print status from direct print

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Print status from direct print

Post 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.
Post Reply