Report.GetTempFile

Syntax

Report.GetTempFile( linefeedConversion, [extensionString])

Return Value

String

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.

See Also

Omitting Optional Parameters

Report.Format

Report.TempFileDirectory

ReportConversion