InteractiveMode: EaxInteractiveMode;
The InteractiveMode property determines interactive mode for express report.
Executing the example requires a form with a button named Button1, the ChartBox and TabSheetBox components and the UiErAnalyzer component named UiErAnalyzer1 that 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 express report data table and the graph is enabled.
See also: