CanFixDim(DimKey: Integer; Fix: Boolean): Boolean;
CanFixDim(DimKey: UInteger; Fix: Boolean): Boolean;
DimKey. Dimension key.
Fix. Indicates that the dimension is fixed.
The CanFixDim method returns whether the dimension can be fixed (divided into private ones) or exported to shared ones.
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 of use is given in description of the IsDimFixed property.
See also: