IErAnalyzerDimPanel.ErAnalyzer

Syntax

ErAnalyzer: IEaxAnalyzer;

Description

The ErAnalyzer property determines the express report implemented by the IEaxAnalyzer interface, that is used as data source for the dimension panel. This property is available only when using Fore.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Var

s: String;

Begin

ErAnalyzerDimPanel1.Object:=UiErAnalyzer1;

s:=ErAnalyzerDimPanel1.ErAnalyzer.Name;

End Sub Button1OnClick;

After executing this example click the button to show in the variable "s" the name of the express report used as a data source for the components UiErAnalyzer1 and ErAnalyzerDimPanel1.

See also:

IErAnalyzerDimPanel