OnRowDoubleClick (Method)

Applies To:

Dashboard Section, EventScript object

Description:

An Interactive Reporting Dashboard object level function that is executed when you double-click a row from an active embedded Results/Table section within a Dashboard section.

Syntax:

Expression. OnRowDoubleClick()

Expression Required:

An expression that returns a Results/Table section object

Example:

This example shows how to associate the OnRowDoubleClick method with an active Table in the Dashboard section:

Table1.OnRowDoubleClick()