RecordsPrinted
RecordsPrinted specifies the number of records actually printed.
Syntax
[form.]Report.RecordsPrinted
For example:
Printed& = CrystalReport1.RecordsPrinted
«Fetches the number of records printed and stores it in the Printed variable.»
Remarks
- If the report being printed contains one or more group selection formulas, the value returned by RecordsPrinted may be significantly less than the value returned by RecordsSelected. Otherwise, this value should equal RecordsSelected.
- This property/method is available for subreports.
Data Type
Long
Availability
Runtime
Related Report Engine Functions
PEGetJobStatus