RepositoryReportsDisplayFormat (Property)

Applies To:

EmbeddedBrowser object, HyperLink object

Description:

Returns the display format to used for a Hyperion Reports document embedded or hyperlinked in the Dashboards section. Valid options are PDF format or HTML format.

Action:

Read only, BqExportFileFormat

Constants:

The BqExportFileFormat constant group contains two values available with the RepositoryReportsDisplayFormat (Property): bqExportFileFormatHTML (1) and bqExportFormatPDF (8). If other values are selected from this constant group, an exception is thrown.

Example:

This example shows how to return additional parameters appended to the URL in an Alert box:

Alert(EmbeddedBrowser1.RepositoryReportsDisplayFormat = bqExportFormatPDF)