IEaxDataSources.ForcedCommonDimElemToFill

Syntax

ForcedCommonDimElemToFill(DimKey: Integer): Boolean;

Parameters

DimKey. Private dimension key in express report data source.

Description

The ForcedCommonDimElemToFill property determines a private dimension element filled with data from the data source without this dimension.

Comments

When a private dimension is force moved to shared ones, data of the data source, in which this dimension is absent, will be located in the ForcedCommonDimElemToFill element of the moved dimension. If the property is set to -1, data from the data source will be displayed in all elements of the moved dimension.

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

To force move a private dimension to shared ones, use the IEaxDataSources.ForcedCommonDim property.

See also:

IEaxDataSources