Report.Reset
- 更新时间2025-07-21
- 阅读时长1分钟
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.