Report.Reset

Syntax

Report.Reset( newValue)

Return Value

Long

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.

Note Any ReportSection object assigned to the Report object is released when you call this method.

Parameters

newValue As String

[In] Specifies the new report string.

See Also

Report.LatestAppendIndex

Report.ResetCount

ReportSection