Dashboard Section, EventScript object
An Interactive Reporting Dashboard object level function that is only available when a Dashboard section containing a list box is included in an Interactive Reporting document file. The OnDoubleClick() method executes a script stored in a Dashboard section list box under the OnDoubleClick event trigger. This method takes no arguments.
Expression. OnDoubleClick()
An expression that returns a list box object
This example shows how to associate an OnDoubleClick method with a list box:
ListBox1.OnDoubleClick()