ActiveReports 12
Restart Method (SectionReport)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class : Restart Method
Resets the report data source and clears the pages collection.
Syntax
'Declaration
 
Public Sub Restart() 
public void Restart()
Remarks

This method is used to reset an existing report instance after modifying its data source or page settings so that it can be run again. Note that in order to run the report with the new settings, you must call the Run method after calling Restart.

See Also

Reference

SectionReport Class
SectionReport Members
Run Method