EmbeddedBrowser object, HyperLink object
Enables you to modify an Interactive Reporting job repository object for an embedded browser object or hyperlink object. When this method executed, the corresponding Smartcut is regenerated and the embedded browser or hyperlink is refreshed.
Expression.ModifyRepositoryFileBQYJob(DocumentName, [optional] String BQYSectionName, [optional] BqRepositoryToolbarType RepositoryToolbarType, [optional] String SmartcutParameters
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. |
DocumentName—Required; String; Maps to the name of the job object selected from the repository.
BQYSectionName—Optional; String; Maps to the Interactive Reporting document file section name set for the repository object (corresponds to the Section field on the Document Options dialog).
RepositoryToolbarType—Optional; BqRepositoryToolbarType; Maps to the toolbar type set for a Interactive Reporting document file repository object (corresponds to the Toolbar field on the Document Options dialog box).
Smartcut Parameters—Optional; String; Maps to the “Smartcut Parameters” control used for any additional parameters appended to the URL.
The bqRepositoryToolbarType consists of these values:
bqRepositoryToolbarNavigation = 3
bqRepositoryToolbarNone = 0
bqRepositoryToolbarPaging = 2
bqRepositoryToolbarPagingNavigation = 4
bqRepositoryToolbarStandard = 1
See the example in ModifyRepositoryFileBQY (Method).