Dashboard Section, EventScript object
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.
Expression.OnSelection()
This example shows how to change the selection in a text box based on the OnSelection event:
TextLabel.Text = "DropDown OnSelection"