Users with large screen sizes can place multiple shared POV embedded browsers on a frame. Each shared browser is individually controlled by a set of option buttons.
To create multiple shared embedded browsers:
In Interactive Reporting Studio, navigate to a frame that is to contain the POV objects.
Press Ctrl+D to enter Design mode.
From the catalog pane, expand Controls, and drag an embedded browser object onto the frame.
Double-click the browser object.
Properties is displayed.
Enter all2^Hysl_pov as the object name.
The object name numbers must be sequential. For example, enter all3^Hysl_pov, all4^Hysl_pov, and so on.
To assign an option button to a shared browser, use the Adding Option Buttons procedural steps, and name it <url_name>^Hysl_pov^rbt^<browser_id>.
For example, to assign an option button with a Metrics_Clip URL to the shared browser all2^Hysl_pov, name the option button Metrics_Clip^Hysl_pov^rbt^all2.
If a browser_id is not specified, the option button points to the default shared browser, all^Hysl_pov.
Select the option button, right-click, and select Scripts.
Scripts Editor is displayed.
In Scripts Editor, perform an action:
Enter this line of code
ActiveDocument.Sections[txlMe.Text].Qiq_onControlClick(this.Parent,this)
Copy and paste the line of code from another button on the toolbar to avoid data entry errors
Click OK.
Press Ctrl+D to exit Design mode.