TableViewPanel.getHeadersState

Syntax

getHeadersState();

Description

The getHeadersState method returns of the Layout (Columns and Rows Headings) control on the panel.

Comments

The method returns True if the Layout (Columns and Rows Headers) option is selected on the View tab of the express report properties panel, and False if otherwise.

Example

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

See also:

TableViewPanel