Report Export Options

InetSoft's reporting software is an efficient report distribution platform with extensive report export options to suit differing needs. View the information below to learn more about the Style Intelligence solution.

The export menu on the viewer contains a list of all export file formats, including Excel, RTF, HTML, and others. For those three formats, there are two variations of output: one with report pagination, and another with no pagination.

It is possible to select a subset of the export formats to be included in the export menu. The export menu option is accessed through the 'Presentation' > 'DHTML' > 'Export Menu Options' node on the navigation tree.
Options can be set to control how and where to display reports.

#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index Read More

Windows and Frames

The 'Page Frame Name' property allows the user to specify the frame in which the report pages show up, in cases where frames are being used. This option is most useful when a user wants to embed the Portal tree in their own customized interface. A user can follow the procedure listed below to embed the Portal tree in their own customized html page with frames.

  1. Specify the target frame name in which to show the report pages, for example, 'MyPage'. This is done by setting the 'Page Frame Name' property to “MyPage”.
  2. Create an html page with contents similar to the following example.
  3. <html>
    <head>
       <title>Embedding Portal tree in my own html page</title>
    </head>
    <frameset name='mySet' cols='25%,*' frameborder='no' border='0' framespacing='2'>
       <frame name='repository' scrolling='auto' src='http://
       {host}{:port}/{repositoryservlet}?op=embeddedTree'/>
       <frame name='MyPage' scrolling='auto' src=''/>
    </frameset>
    </html>

  4. Deploy the customized html page to the web server and use it to access the repository tree.
    Previous: Report Toolbar Options