IDefIndicators.AddItem

Syntax

AddItem(cubeKey: Integer; [isFilter: Boolean = False]): IDefIndicator;

Parameters

cubeKey. Key of the cube, which is used as a basis to add indicator.

isFilter. Indicates whether indicator is added as a filter.

Description

The AddItem method creates a new indicator.

Example

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

See also:

IDefIndicators