Report.GetTempFile
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Report.GetTempFile
Syntax
Report.GetTempFile( linefeedConversion, [extensionString])
Return Value
The pathname of the temporary file used by this method to store the report.
Purpose
Stores the report in a temporary file and returns the pathname of the file.
Parameters
linefeedConversion As ReportConversion
[In] Specifies a linefeed conversion for the report text.
extensionString As Variant
[In] [ Optional ] String parameter that specifies the file extension for the temporary file. If you do not specify an extension string, the Report.Format property of the report determines the file extension.