Engine.ShouldAutoLaunchExternalReportViewer

Syntax

Engine.ShouldAutoLaunchExternalReportViewer( FilePath)

Return Value

Boolean

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

ExternalReportViewer.AutoLaunch

ExternalReportViewers

ExternalReportViewers.AutoLaunchDefaultExternalViewers