[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.ExportOptions.PdfExportOptions.PdfReExclusiveOptions.StartPage

StartPage Property

StartPage

Gets or sets the start page of the report to render (PDF RE). Must be less than or equal to EndPage.

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

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

Exceptions
Type Condition
ArgumentException

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