| <!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 Text Element</p> |
| |
| <h1>Introduction</h1> |
| |
| <p> |
| The look and feel aspects of a report are essential for the end-user experience. |
| BIRT's Text Element allows a broad range of formatting options such as Multi-line text, |
| Text that contains multiple style formats and Text that combines static text with dynamic values retrieved at runtime. |
| This example demonstrates the flexible formatting features of the BIRT Dynamic Text feature. |
| </p> |
| |
| |
| <h1>Demonstration</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/DynamicText/DynamicText.html" target="_blank" class="top">Dynamic Text Flash Example</a></dt> |
| <dd>This example demonstrates flexible formatting using the Text element.</dd> |
| </dl> |
| |
| <h1>Reports</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/DynamicText/before.html" target="_blank" class="top">Customer List Before</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/DynamicText/reports/DynamicTextExampleBefore.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presesents a simple customer list report. |
| </dd> |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/DynamicText/after.html" target="_blank" class="top">Customer List After</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/DynamicText/reports/DynamicTextExampleAfter.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a customer list with special formatting. |
| </dd> |
| |
| </dl> |
| |
| |
| </body> |
| </html> |