Rec_Count - Report
Contains the number of records found for the current report
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Rec_Count
| Access Type | Syntax |
|---|---|
| Read Access: | Get Rec_Count to IntegerVariable |
| Write Access: | Set Rec_Count to IntegerVariable/Value |
Description
Rec_count contains the number of records found for the current report.
This property is maintained by the Report object and you should be careful if you decide to change its value. The consequences of having it set to an invalid value are unpredictable.