OnSelection (Method)

Applies To:

Dashboard Section, EventScript object

Description:

Interactive Reporting Dashboard object level function that is triggered when the drop-down box selections are made. This method is only available when a Dashboard section is included in the Interactive Reporting document file and the Dashboard section contains a drop down-box.

Syntax:

Expression.OnSelection()

Expression Required:

Drop-down box

Example:

This example shows how to change the selection in a text box based on the OnSelection event:

TextLabel.Text = "DropDown OnSelection"