Document object, EventScript object
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.
Calling the Process (Method) from the OnPreProcess (Method) or OnPostProcess (Method) events can result in an infinite loop. |
Expression.OnPostProcess()
An expression that returns an Interactive Reporting document file object
This example displays the OnPostProcess method for the active Interactive Reporting document file:
ActiveDocument.OnPostProcess()