IDefDimensions.AddItem

Syntax

AddItem(dimKey: Integer; [indUnical: Integer = -1]): IDefDimension;

Parameters

dimKey. Dictionary key in repository.

indUnical. Key of the indicator, from which dimension settings will be copied.

Description

The AddItem method adds a dimension based on repository dictionary with the specified key to the collection.

Comments

By default, the indUnical parameter value is set to -1, no settings are copied.

Example

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

See also:

IDefDimensions