Home Products BIRT Viewers

Eclipse BIRT Sample Viewer

The Sample Viewer that comes with the Eclipse BIRT Engine and Java API’s is a sample implementation of the BIRT Engine in a web application.  It can retrieve HTML report content, display that content page-by-page in a web-based viewer and generate a table-of-contents for a more manageable user experience.   It will also generate a PDF version, print, and export to CSV.

The Sample BIRT Viewer is optimized for use within Eclipse for the preview operation. It is implemented as a WAR file.  When used outside Eclipse, it acts as an example of the application that might be built to run and view HTML reports. The viewer can also be deployed as an Eclipse plug-in in an RCP application. 
   

Viewer for Paginated BIRT Reports
From within the Eclipse Sample Viewer, the user can navigate and view an HTML report page by page instead of having to manually scroll through a large HTML document.  From within the Sample BIRT Viewer, a user can:

Application Integration Examples
In addition, the Sample Viewer shows how the BIRT Engine and BIRT Reports can be embedded into an application.