| <!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">BIRT Mapping Feature</p> |
| |
| <h1>Introduction</h1> |
| |
| <p>This example is intended to illustrate Mapping within BIRT.</p> |
| <p>The report presents a list of customers with their respective credit limits. |
| In the example a new column will be added to the report to display a credit ranking classification. |
| The company may use this field for promotional offers.</p> |
| |
| <h1>Demonstration</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/mapping/MappingFeature.html" target="_blank" class="top">Mapping Flash Example</a></dt> |
| <dd>This example demonstrates the BIRT Mapping Feature.</dd> |
| </dl> |
| |
| <h1>Reports</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/mapping/before.html" target="_blank" class="top">Customer Credit Before</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/mapping/reports/MappingExampleBefore.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a list of the customers with their respective credit limits. |
| </dd> |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/mapping/after.html" target="_blank" class="top">Customer Credit List After</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/mapping/reports/MappingExampleAfter.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a list of the customers with their respective credit limits and classification. The after report includes changes made, using the Mapping feature for credit limit classification. |
| </dd> |
| |
| </dl> |
| |
| |
| </body> |
| </html> |