ActiveReports Developer 7
EndPage Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : EndPage Property

Glossary Item Box

The last page of the report to render. The default value is the value for StartPage.

Syntax

Visual Basic (Declaration) 
Public Property EndPage As System.Integer
C# 
public System.int EndPage {get; set;}

See Also