IUiErAnalyzerEventArgs.Dimension

Syntax

Dimension: IDimInstance;

Description

The Dimension property returns the dictionary that has generated the OnLayoutChanged or OnSelectionChanged events.

Example

Sub UiErAnalyzer1OnLayoutChanged(Sender:IUiErAnalyzer; Args: IUiErAnalyzerEventArgs);
Var
    s: String;
Begin
    s := Args.Dimension.Ident;
End Sub UiErAnalyzer1OnLayoutChanged;

After occurring this event the variable "s" will contain identifier of the dictionary that has changed its position on the express report dimension panel.

See also:

IUiErAnalyzerEventArgs