Caution
If the file is saved to a different path, modifications will not be honored by Exago.
This server event will be called for all report execution export files generated, including those generated via:
It is compatible with HTML, PDF, RTF, Excel, and CSV export types.
For custom code the args array is structured as follows:
args[] contains two arguments: args[0] should contain a string representing the file path of the exported report, and args[1] should contain a wrExportType object representing the export type of the report.
For .Net Assemblies the method signature is as follows:
void EventHandlerName(SessionInfo sessionInfo, string exportFilePath, wrExportType exportType)
The return value of this event is ignored.