RecordsRead
RecordsRead specifies the number of records actually processed.
Syntax
[form.]Report.RecordsRead
For example:
Read% = CrystalReport1.RecordsRead
«Fetches the number of records read and saves it in the Read variable.»
Remarks
- If the Crystal Report Engine generates a SQL query to obtain data from a SQL database when the report is printed, RecordsRead will only return the number of records received by the Crystal Report Engine from the query. This value may be significantly smaller than the number of records actually in the SQL database table.
- This property/method is available for subreports.
Data Type
Long
Availability
Runtime
Related Report Engine Functions
PEGetJobStatus