This event will be called for all report execution types, including those via:
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.