Report.Save

Syntax

Report.Save( pathString, appendIfAlreadyExists, linefeedConversion)

Purpose

Saves the report to the file you specify.

Remarks

Calling this method updates the Report.Location property.

Note If a ReportSection object is assigned to the report, this method saves the report obtained by calling the ReportSection.GetAllText method to disk.

Parameters

pathString As String

[In] Specifies the file in which to save the report.

appendIfAlreadyExists As Boolean

[In] Specifies whether to append or overwrite the file if it already exists. Pass True to append to the file. Pass False to overwrite it.

linefeedConversion As ReportConversion

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

See Also

Report.Location

ReportConversion

ReportSection

ReportSection.GetAllText