Report.Load

Syntax

Report.Load( pathString, linefeedConversion)

Purpose

Replaces the current report data with the data in the file you specify.

Remarks

Calling this method updates the Report.Location property.

Parameters

pathString As String

[In] Specifies the pathname of the file that contains the report data.

linefeedConversion As ReportConversion

[In] Specifies a linefeed conversion for the report text.

See Also

Report.Location

ReportConversion