Document object, EventScript object
An Interactive Reporting document level function that executes a script stored under the OnPreProcess event trigger. The method takes no arguments.
Calling the Process (Method) from the OnPreProcess (Method) or OnPostProcess (Method) events can result in an infinite loop. |
Expression.OnPreProcess()
An expression that returns an Interactive Reporting document file object
This example displays the OnPreProcess method for the active Interactive Reporting document file:
ActiveDocument.OnPreProcess()