RepositoryToolbarType (Property)

Applies To:

EmbeddedBrowser object, HyperLink object

Description:

Returns the type of toolbar displayed with an embedded browser object or hyperlink object . The values available for this property are none, paging (Interactive Reporting document file (.bqy) or I (Interactive Reporting Job only) or standard.

If you are working with an Interactive Reporting document file (.bqy) or Interactive Reporting ( Job and the paging toolbar type is returned, then this property represents an abbreviated version of the Hyperion System 9 BI + Standard toolbar and consists of the section paging controls (First Page, Previous Page, Next Page, Last Page) and the current page indicator text (Page X of Y). If you try to display the Paging Toolbar in Interactive Reporting Studio or Interactive Reporting Web Client, the scrip command is ignore, no exception is thrown, and the script continues.

In a Reporting and Analysis document in which the standard toolbar type is returned, this property represents the third Web Analysis toolbar or the Point of View (POV) toolbar. The first and second Web Analysis toolbars (Help/Preferences/LogOff/Help and Repository->MyReport) are hidden for Reports populating a Interactive Reporting document (.bqy) external content control. The third Web Analysistoolbar, Point of View (POV), is an optional Dashboard display, and is hidden by default.

The HTML/PDF radio buttons display in Web Analysis based on the third POV toolbar setting. If the POV toolbar is shown, the HTML/PDF radio buttons are shown. Otherwise, they are hidden.

In a Web Analysis document, you can use the second and third Web Analysis toolbars in the Dashboard section by choosing the Standard toolbar. However, both toolbars are treated as a single unit. Either both are shown, or hidden.

Action:

Read only, BqRepositoryToolbarType

Constants:

The BqRepositoryToolbarType constant group contains these values:

Example:

This example shows how to return the standard toolbar type for the embedded object:

EmbeddedBrowser1.RepositoryToolbarType = bqRepositoryToolbarStandard