OnPostProcess (Method)

Applies To:

Document object, EventScript object

Description:

An Interactive Reporting document file level function that is available for running application through scripting. The OnPostProcess method executes a script stored under the OnPostProcess event trigger. This method takes no arguments.

Note:

Calling the Process (Method) from the OnPreProcess (Method) or OnPostProcess (Method) events can result in an infinite loop.

Syntax:

Expression.OnPostProcess()

Expression Required:

An expression that returns an Interactive Reporting document file object

Example:

This example displays the OnPostProcess method for the active Interactive Reporting document file:

ActiveDocument.OnPostProcess()