IErAnalyzerDimPanel.ErAnalyzer

Syntax

ErAnalyzer: IEaxAnalyzer;

Description

The ErAnalyzer property determines the express report implemented by the IEaxAnalyzer interface that is a data source for the dimension panel.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Var
    s: String;
Begin
    ErAnalyzerDimPanel1.Object := UiErAnalyzer1;
    s := ErAnalyzerDimPanel1.ErAnalyzer.Name;
End Sub Button1OnClick;

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

See also:

IErAnalyzerDimPanel