[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.ExportOptions.PdfExportOptions.PdfReExclusiveOptions.EndPage

EndPage Property

EndPage

Gets or sets the last page of the report to render (PDF RE). Must be greater than or equal to StartPage.

Declaration
public int EndPage { get; set; }
Property Value
Type Description
int

A int value indicating the last page number for rendering. Default is 0

Exceptions
Type Condition
ArgumentException

Thrown if the end page is less than the start page.