2.1.2 Embedding a Tab of the Style Intelligence Portal
To embed a single tab of the Style Intelligence User Portal within an IFrame, use the following syntax,
Replace 'remotehost:8080' with an actual machine name and port.
<iframe src="http://remotehost:8080/sree/Reports?op=portal_{TabName}">
<p>Text for obsolete browsers.</p>
</iframe>
where TabName is the title of the desired tab. For example, to embed the contents of the Report tab of the Portal, configure the IFrame as follows:
<iframe src="http://remotehost:8080/sree/Reports?op=portal_report">
<p>Text for obsolete browsers.</p>
</iframe>
This embeds both the left-side Repository Tree and the right-side report display area.
See Also
Creating a Custom Report List, for advanced API-based integration.
| << 2.1.1 Embedding the Entire Style Intelligence Portal | © 1996-2013 InetSoft Technology Corporation (v11.4) | 2.1.3 Embedding a Report or Viewsheet >> |