Hi!
Since there is no event for "document has been printed" I tried to use the State property of ReportViewerModel. ReportViewerStates enumeration defines three states: "PrintNoPrint", "PrintInProgress" and "PrintComplete". I don't know if this is an error but "PrintComplete" is never reached. During printing the State property changes from PrintInProgressState to PrintNoPrintState. What I expect is that at least once the PrintCompleteState is triggered when the document was sent to the printer.
Is there any other way to determine wether a document has been printed?
Regards
Neils
Since there is no event for "document has been printed" I tried to use the State property of ReportViewerModel. ReportViewerStates enumeration defines three states: "PrintNoPrint", "PrintInProgress" and "PrintComplete". I don't know if this is an error but "PrintComplete" is never reached. During printing the State property changes from PrintInProgressState to PrintNoPrintState. What I expect is that at least once the PrintCompleteState is triggered when the document was sent to the printer.
Is there any other way to determine wether a document has been printed?
Regards
Neils