Using the this object
Every JavaScript event handler is specific to a particular report element, such as a report item, a data source, a data set, or the report itself. Most report elements have properties that an event handler can access and, in some cases, change. Many report elements also have callable functions. A JavaScript event handler accesses these properties and functions through a special object called the this object.