EmbeddedBrowser object, HyperLink object
Enables you to modify a repository object for an embedded browser object or hyperlink object. When this method executes, the corresponding Smartcut is regenerated and the embedded browser or hyperlink is refreshed.
ModifyRepositoryFileReports(String ServerNameAndPortNumber, String FolderAndPathAndDocumentName, [Optional] bqExportFileFormatDisplayFormat, [Optional] bqRepositoryToolbarType, [Optional] String RepositorySmartcutParams)
A forward slash (/, or also known as a solidus or virgule) is not recognized as a valid character in an Interactive Reporting document file name argument for this method. |
ServerNameAndPortNumberName—Required; String; Maps to the server name and port number of the Smartcut for the Interactive Reporting document file.
FolderAndPathAndDocumentName—Required; String; Maps to the folder, path and Interactive Reporting document file name of the Smartcut for the Interactive Reporting document file.
DisplayFormat—Returns the format type in which the Reports document is displayed using the bqExportFileFormat. Valid options are the bqExportFormatHTML and bqExportFormatPDF values.
RepositoryReportsToolbarType—Returns the type of toolbar displayed with a Hyperion Reports document embedded or hyperlinked in the Dashboards section. Valid options are standard or none.
The first and second Reports toolbars (Help/Preferences/LogOff/Help and Repository->MyReport) are hidden for Reports populating an Interactive Reporting document file external content control. The third Reports toolbar, Point of View (POV), is an optional Dashboard, and hidden by default. To display HTML/PDF radio buttons in Reports, show the third Reports toolbar.
RepositorySmartcutParams—Returns any additional parameters appended to the Smartcut url. This is a string property that corresponds to any parameters in the “Smartcut Parameters” edit box on the Options tab.
This example shows how to add additional parameters to a Smartcut for the Hyperion Reports document
ModifyRepositoryFileReports(“http://myserver:1800”, “/MyFolder/MyDocument”, bqReportsTypeBook)