OnDoubleClick (Method)

Applies To:

Dashboard Section, EventScript object

Description:

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.

Syntax:

Expression. OnDoubleClick()

Expression Required:

An expression that returns a list box object

Example:

This example shows how to associate an OnDoubleClick method with a list box:

ListBox1.OnDoubleClick()