Engine.ShouldAutoLaunchExternalReportViewer
- Updated2024-10-09
- 1 minute(s) read
Engine.ShouldAutoLaunchExternalReportViewer
Syntax
Engine.ShouldAutoLaunchExternalReportViewer( FilePath)
Return Value
Returns True if the user interface launches the external viewer.
Purpose
Returns a value that indicates whether the user interface automatically launches an external report viewer when an execution finishes.
Remarks
This method uses the report file extension and the external viewer configuration options to determine whether the user interface automatically launches the report viewer.
Parameters
FilePath As String
[In] Specifies the report file path. This method uses only the file extension of the parameter.
See Also
Engine.DisplayExternalViewerDialog