Print status from direct print
Posted: Mon Feb 28, 2011 8:37 am
Hello,
I want print report direct to default printer and I use this code:
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.
I want print report direct to default printer and I use this code:
Code: Select all
report.Print(false);
while after successfuly print I must execute some other function.