The first page number to output.

Property of

Report

Description

When rendering to a window (the default), only one page, the startPage, is rendered at a time. When rendering to a printer or file, pages are rendered from the startPage to the endPage.

By default, startPage is 1, which means that all the pages that are rendered are output. Set startPage to a number greater than 1 to delay the beginning of the output.

The report engine must still render each page until it gets to the startPage because it dynamically paginates the report. The position of a row in a report may change whenever someone changes the table, so use caution when using startPage to display segments of a report.