IEaxDataArea.GenerateDimensionParams

Syntax

GenerateDimensionParams: Boolean;

Description

The GenerateDimensionParams property determines automatic generation of dimension parameters will be used for analytical data area.

Comments

The property is set to True by default, dimension parameters are automatically generated. The automatically generated parameters enable the user to use in formulas not dimension separate elements, but the whole dimensions. During the formula calculation, the value is entered by required dimension element.

If the value is False, dimension parameters are not generated automatically, only dimension separate elements can be used in formulas.

To determine whether automatic generation of dimension elements is used for a data slice, use the IEaxDataAreaSlice.GenerateDimensionParams property.

See also:

IEaxDataArea