UiErAnalyzer.OnBeforeDataRefresh

Syntax

Sub OnBeforeDataRefresh(Sender: IUiErAnalyzer; Args: IUiErAnalyzerDataRefreshEventArgs);

Begin

//set of operators;

End Sub OnBeforeDataRefresh;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter that determines event parameters.

Description

The OnBeforeDataRefresh event occurs before refreshing the express report data source.

See also:

UiErAnalyzer