IEaxDataSources.ForcedCommonDim

Syntax

ForcedCommonDim(DimKey: Integer): Boolean;

Parameters

DimKey. Private dimension key in express report data source.

Description

The ForcedCommonDim property determines whether a private dimension should be moved to shared ones.

Comments

Available values:

If the property, that is set to False, is set to True, the private dimension will force moved to shared ones. If the property, that is set to True, is set to False, the dimension will be returned to private ones.

To determine whether a private dimension can be force moved to shared ones, use the IEaxDataSources.CanForcedCommonDim method.

See also:

IEaxDataSources