IEaxAnalyzer.CanFixDim

Fore Syntax

CanFixDim(DimKey: Integer; Fix: Boolean): Boolean;

Fore.NET Syntax

CanFixDim(DimKey: UInteger; Fix: Boolean): Boolean;

Parameters

DimKey. Dimension key.

Fix. Indicates that the dimension is fixed.

Description

The CanFixDim method returns whether the dimension can be fixed (divided into private ones) or exported to shared ones.

Comments

The CanFixDim method returns True, if the express report uses several data source and the specified report dimension is identical in these sources.

As the DimKey parameter specify key of the repository dictionary used as a base to create the dimension of express report data source.

If the Fix parameter is set to True, fixed dimensions are checked, otherwise all the other dimensions are checked.

Example

Example of use is given in description of the IsDimFixed property.

See also:

IEaxAnalyzer