ExecutionOutputRecordStream.NumRecordsToDisplayInReportView
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ExecutionOutputRecordStream.NumRecordsToDisplayInReportView
Syntax
ExecutionOutputRecordStream.NumRecordsToDisplayInReportView
Data Type
The number of records to display in the Report View.
Purpose
Get or set the number of records to display in the Report View.
Remarks
A value greater than 0 specifies the upper limit to the number of records to display in the Report View. Once this limit is reached, each new record written to the Report View causes the oldest record to be removed. Specify a value greater than 0 to display recently written records while bounding the memory used by the Report View.
A value of 0 disables updates to the Report View. Specify 0 for maximum performance when you do not need to view records in the Report View.
A value of -1 specifies no limit to the number of records displayed in the Report View. Specify -1 when you are not concerned about memory use and wish to review all records written to the Report View.