OnPreProcess (Method)

Applies To:

Document object, EventScript object

Description:

An Interactive Reporting document level function that executes a script stored under the OnPreProcess event trigger. The 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.OnPreProcess()

Expression Required:

An expression that returns an Interactive Reporting document file object

Example:

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

ActiveDocument.OnPreProcess()