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