EaxDataView.ActiveSheetChanged

Syntax

ActiveSheetChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: sheetInfo - information on the new active sheet, sheets - the set of sheets.

Description

The ActiveSheetChanged event occurs after changing active sheet in working area of the express report.

Example

The example of event use is given on the Example of Creating the EaxDataBox Component page.

See also:

EaxDataView