InteractiveMode: EaxInteractiveMode;
The InteractiveMode property sets interactive mode for an express report.
Executing this example requires a form with a button on named Button1, the ChartBox and TabSheetBox components and the UiErAnalyzer component named UiErAnalyzer1 which is used as a data source.
Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Var
An: IEaxAnalyzer;
Begin
An := UiErAnalyzer1.ErAnalyzer;
An.InteractiveMode := EaxInteractiveMode.AutoScrolling;
End Sub Button1OnClick;
After executing the example, synchronous scrolling of the data table and the graph is enabled.
See also: