ActiveReports Developer 7
EndPage Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SystemPrinter Class : EndPage Method

Glossary Item Box

Ends a specific page in a SystemPrinter print job initialized by the StartPage method.

Syntax

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

See Also