EmbeddedBrowser object, HyperLink object
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.
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.
This example shows how to return additional parameters appended to the URL in an Alert box:
Alert(EmbeddedBrowser1.RepositoryReportsDisplayFormat = bqExportFormatPDF)