Exago Logo
Search
Generic filters
Exact matches only

Global Event: OnReportExecuteEnd

The OnReportExecuteEnd Event occurs at the end of the Report Execution process. This Event could be used to track which report executions return data.

This event will be called for all report execution types, including those via:

  • Execution in the web app process (remote execution disabled)
  • Remote execution
  • Scheduled execution (including those using the Scheduler Queue)
  • Batch scheduled executions
  • GetExecute()

Signature

For custom code the args array is structured as follows:

args[] contains a single Boolean indicating if Data qualified (True), or not (False).

For .Net Assemblies the method signature is as follows:

string EventHandlerName(SessionInfo sessionInfo, bool DataQualified)

Expected Return

Anything can be returned to the OnReportExecuteEnd Event. Any return value will be ignored.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents