AddItem(dimKey: Integer; [indUnical: Integer = -1]): IDefDimension;
dimKey. Dictionary key in repository.
indUnical. Key of the indicator, from which dimension settings will be copied.
The AddItem method adds a dimension based on repository dictionary with the specified key to the collection.
By default, the indUnical parameter value is set to -1, no settings are copied.
The example of use is given in description of the DataEntryForm.CreateByReport constructor.
See also: