IDefInputAreas.ApplyAreaToReport

Syntax

ApplyAreaToReport(areaId: String);

Parameters

areaId. Entry area indicator.

Description

The ApplyAreaToReport method applies dimensions in entry area structure with the specified identifier to data entry form.

Comments

This method must be called after making changes in the entry areas collection before finishing work with data entry form.

Example

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

See also:

IDefInputAreas