AllowHasData

Syntax

AllowHasData: Boolean;

Description

The AllowHasData property determines whether it is possible to load the attribute whether the dimension element data is available.

Comments

Available values:

The property value is set in the DimSource constructor or using the setAllowHasData method and it is returned by the getAllowHasData method.

Example

The example of property use is given in description of the DimSource.setDataEls method.

See also:

DimSourceSettings