OnExit (Method)

Applies To:

Dashboard Section, EventScript object

Description:

An Interactive Reporting Dashboard object level function triggered when a text box object loses focus. This method is only available when a Dashboard section that contains a text box is included in theInteractive Reporting document file.

Syntax:

Expression.OnExit()

Expression Required:

An expression that returns a Textbox object

Example:

This example shows how to exit a text box:

ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnExit()