EaxModeSelectorView.ModeSelectorState

Syntax

ModeSelectorState: PP.Exp.Ui.EaxModeSelector

Description

The ModeSelectorState property sets and gets a selected data view layout mode.

Comments

Value of the ModeSelectorState property is set using the setModeSelectorState method, and returned by the getModeSelectorState method. Property value cannot be set from JSON.

On calling the getModeSelectorState method, define the sender parameter, that is an element of the PP.Exp.Ui.EaxModeSelectorType enumeration.

The setModeSelectorState method returns a JSON object with the windowsPosition property, that defines positions of windows in express report working area.

The button used to select data view layout mode, looks as follows:

Example

The example of use is given on the page with description of the EaxDataView.getModeSelectorView method.

See also:

EaxModeSelectorView