| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 transitional//EN"> |
| <html> |
| |
| <head> |
| <title>BIRT Examples</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> |
| |
| <p class="head">BIRT Report Examples</p> |
| <p class="subhead">Parallel Reports Within BIRT</p> |
| |
| <h1>Introduction</h1> |
| |
| <p>The ability to create reports with parallel sections gives the report developer |
| added flexibility and control within the report layout. This allows for better visualization and data analysis. |
| This example demonstrates the use of BIRT to create reports with parallel sections. |
| The example relies on the same data set for two tables that are located side by side. It |
| uses table level filters to constrain the data rows that are to be displayed in each |
| table. |
| </p> |
| |
| <h1>Demonstration</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/ParallelReports/ParallelReport.html" target="_blank" class="top">Parallel Report Flash Example</a></dt> |
| <dd>This example demonstrates building a BIRT parallel report.</dd> |
| </dl> |
| |
| <h1>Reports</h1> |
| |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/ParallelReports/after.html" target="_blank" class="top">Employee List After</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/ParallelReports/ParallelReportExampleAfter.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a list of employees by office code and grouped by manager. Two office codes are used one for each parallel table. |
| </dd> |
| |
| </dl> |
| |
| |
| </body> |
| </html> |