Report.Reset
- Updated2025-07-21
- 1 minute(s) read
Report.Reset
Syntax
Report.Reset( newValue)
Return Value
Returns the number of times you have reset the report.
Purpose
Replaces the current report data with the data in the string you specify.
Remarks
This method sets the Report.LatestAppendIndex property to 0.
Parameters
newValue As String
[In] Specifies the new report string.