RepositoryJobFilename (Property)

Applies To:

EmbeddedBrowser object, HyperLink object

Description:

Returns the name of the job file displayed from a job output repository object. The job file name represents theInteractive Reporting or Production Reporting job to be viewed in the EPM Workspace. This property is only available when the Document Type is an Interactive Reporting or a Production Reporting Job on the Document Options dialog.

Action:

Read only, String

Example:

This example shows how to display the job file name of the repository object in an Alert box:

Alert(EmbeddedBrowser1.RepositoryJobFilename)