| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 transitional//EN"> |
| <html> |
| |
| <head> |
| <title>Eclipse BIRT Overview</title> |
| <link rel="stylesheet" href="../style/compose.css" type="text/css"> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| </head> |
| |
| <body> |
| |
| <!-- Google Tag Manager --> |
| <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PW8LFV" |
| height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| })(window,document,'script','dataLayer','GTM-PW8LFV');</script> |
| <!-- End Google Tag Manager --> |
| |
| <p class="head">BIRT Overview</p> |
| |
| <p class="subhead">Extensibility</p> |
| |
| <h1>Extensibility</h1> |
| <p> |
| The spectrum of reporting applications is enormous, and the BIRT team can never |
| provide every feature needed by every application. BIRT's scripting support is |
| one way to extend BIRT. Another is to create BIRT extensions that plug into |
| BIRT. |
| |
| <h1>Data Access</h1> |
| <p> |
| BIRT provides an Open Data Access (ODA) framework for adding custom data access |
| methods. Data access extensions include a runtime component for getting the data. |
| They can also include custom design-time UI for building a custom query. For |
| example, a packaged application vendor can use ODA to build data access UI |
| that works with the vendor's own data model. |
| |
| <h1>Report Items</h1> |
| <p> |
| BIRT provides a solid set of <i>report items</i> for presenting data. Applications |
| that have specific needs can create additional report items that work within the |
| designer and engine just like BIRT's own report items. For example, a performance |
| management application might add report items that display stop lights, gauges |
| and other visual indications of performance metrics. |
| |
| <h1>Chart Types</h1> |
| <p> |
| The BIRT chart package provides a wide variety of chart types. However, some |
| industries have developed very specific chart formats. Developers can create |
| chart plugins that add these chart types into the BIRT charting engine. |
| |
| <h1>Output Formats</h1> |
| <p> |
| BIRT Release 2.0 provides output in HTML, Paginated HTML and PDF. Many other types of output |
| are possible: Excel, Rich Text Format (RTF), Scalable Vector Graphic (SVG), |
| images, and more. While BIRT will add some of these over time, others may |
| have a more limited audience. Developers can use BIRT engine interfaces to |
| add additional converters, including those specific to a given application. |
| |
| </body> |
| </html> |