IDefTableArea.MultiLevelTopHeader

Syntax

MultiLevelTopHeader: Boolean;

Description

The MultiLevelTopHeader property determines whether a multilevel heading is to be used in a table area.

Comments

If the property is set to True, the heading displays dimension levels in single rows without repeating parent elements. The property is set to False by default, elements of the same dimension are located in one row.

Example

The example of use is given in description of the DataEntryForm.CreateByReport constructor.

See also:

IDefTableArea