Page_Count - Report
Keeps track of the current page number
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Page_Count
| Access Type | Syntax |
|---|---|
| Read Access: | Get Page_Count to IntegerVariable |
| Write Access: | Set Page_Count to IntegerVariable/Value |
Description
Page_count keeps track of the current page number. A report object automatically sets this to 1 when a report is started. In nested reports, only the page_count value of the outermost parent report is used.