| <!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">BIRT Report Designer</p> |
| |
| <h1>Report Designer</h1> |
| <p> |
| Application development with BIRT starts with the report designer. This |
| Eclipse-based plugin offers a variety of tools to build reports quickly. |
| |
| <dl class="arrow-list"> |
| <dt>Data Explorer |
| <dd>Organizes your data sources (connections) and data sets (queries). The data |
| set editor allows you to test your data set to ensure the report receives the |
| correct data. |
| |
| <dt>Layout View |
| <dd>WYSIWYG editor that provides drag & drop |
| creation of the presentation portion of your report. Includes a palette of |
| standard report items. |
| |
| <dt>Property Editor |
| <dd>Presents the most commonly used properties in a convenient format that makes |
| editing quick and easy. BIRT also integrates with the standard Eclipse property |
| view to provide a detailed listing of all properties for an item. |
| |
| <dt>Report Preview |
| <dd>You can test your report at any time with real data. The preview is a window |
| directly within Eclipse. |
| |
| <dt>Script Editor |
| <dd>Scripting adds business logic to reports during data access, during report |
| generation, or during viewing. The code editor provides standard Eclipse features |
| for editing your scripts: syntax coloring, auto-complete and more. BIRT expressions |
| are really just simple scripts, and an expression builder makes it easy to build |
| expressions. |
| |
| <dt>Outline |
| <dd>BIRT reports are organized as a tree structure with the overall report as the |
| root, and separate categories for styles, report content, data sources, data sets, |
| report parameters and more. The Outline view provides a compact overview of your |
| entire report structure. |
| |
| <dt>Cheat Sheets |
| <dd>Learning a new tool is always a challenge, but Eclipse offers an innovative |
| solution: cheat sheets. These are short bits of documentation that walk you |
| through new tasks. |
| |
| <dt>Library Explorer |
| <dd>BIRT allows the reuse of report objects, such as tables, data sources and styles. |
| Objects created for reuse are stored in a library file. |
| To browse the contents of report libraries BIRT supplies a Library Explorer view.. |
| </dl> |
| |
| </body> |
| </html> |