TableViewPanel.getSortingState

Syntax

getSortingState();

Description

The getSortingState method returns state of the Sort By control on the panel.

Comments

The method returns a JSON object that includes the field @sortDiapason showing the value of the option selected in the drop-down menu Sort By on the View tab of the express report properties panel.

Example

The example of method use is given on the page with description of the TableViewPanel.Source property.

See also:

TableViewPanel