<< Click to Display Table of Contents >>
GetInformation Commands - PAGE
To get the content or page number of a page, use the PAGE related commands below.
ACCESSIBLE_PAGECONTENTS
The content of the current page. Returns the contents of the current page when the screen reader program is running and the page display mode is a single page. Otherwise, an empty is returned.
CURRENT_PAGE
Get the current page number of the current report. The page number returns a one-based index.
CURRENT_PAGE_AT=ReportIndex
Get the current page number of the specified report. The page number returns a one-based index.
TOTAL_PAGE
Get the total number of pages in the current report.
TOTAL_PAGE_AT=ReportIndex
Get the total number of pages in the specified report.
TOTAL_PAGE_OF_REPORT_FILE_AT=ReportFileIndex
Get the total number of pages in the specified report file. After finishing viewer binding, it is impossible to get the number of pages that is added by the Link function or CreateReport, etc.