ActiveReports Developer 7
Restart Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : Restart Method

Glossary Item Box

Resets the chart data source and restarts chart processing.

Syntax

Visual Basic (Declaration) 
Public Sub Restart() 
C# 
public void Restart()

Remarks

This method is used to run an existing chart instance after modifying its data source.

See Also