IEaxAnalyzerCore.IsDimFixed

Fore Syntax

IsDimFixed(DimKey: Integer): Boolean;

Fore.NET Syntax

IsDimFixed[DimKey: UInteger]: Boolean;

Parameters

DimKey. Dimension key.

Description

The IsDimFixed property determines whether the dimension is listed among private dimensions in the express report.

Comments

The property is outdated, use IEaxDataSources.IsDimFixed.

See also:

IEaxAnalyzeCore