The eventis executed right after the report is exported to the output format and can be used to copy output file to another folder.
Code Block |
---|
Object.AfterExport(toSession, toXFF, toParameters) |
Parameters
toSession
The handler of the XFXR#INIT object.
toXFF
The handler of the XFF file that is being exported.
Info |
---|
If used special effects or wattermark then toXFF parameter it's a handler of the XFF file with aplied special effects or wattermark. A origin handler of the XFF file is available across toParameters.oCNT.oXFRXWriter. |
toParameters
The object containing the export options.
Remarks
Applies To: Extension Handler
...