ActiveReports Developer 7
Stop Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class : Stop Method

Glossary Item Box

Stops processing the report.

Syntax

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

Remarks

All rendered pages are retained in the report's Document.

See Also