Dashboard Section, EventScript object
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.
Expression.OnExit()
An expression that returns a Textbox object
This example shows how to exit a text box:
ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnExit()