Report.PageNo([Integer]) Method
Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.
Gets or sets the current page number of a report.
Syntax
[CurrPageNo := ] Report.PageNo([NewPageNo: Integer])
Parameters
Report
Type: Report
An instance of the Report data type.
[Optional] NewPageNo
Type: Integer
The new page number of a report.
Return Value
[Optional] CurrPageNo
Type: Integer
The current page number of a report.
Remarks
Important
This method will be deprecated in a future update and we recommend that you do not use it.