ForcedCommonDim(DimKey: Integer): Boolean;
DimKey. Private dimension key in express report data source.
The ForcedCommonDim property determines whether a private dimension should be moved to shared ones.
Available values:
True. A private dimension is force moved to shared ones.
False. A private dimension is kept in private ones.
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: