| <!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 Scripting Examples</p> |
| <p class="subhead">BIRT Scripted Data Source</p> |
| |
| <h1>Introduction</h1> |
| |
| <p>This example is intended to illustrate using BIRT's Scripted Data Source.</p> |
| <p>This example simulates retrieving results from an online survey. The results of the survey are accessed using a |
| Java Object, which is called from a BIRT Scripted Data Source. </p> |
| |
| <h1>Demonstration</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/scripteddatasource.html" target="_blank" class="top">Scripted Data Source Flash Example</a></dt> |
| <dd>This example demonstrates using a Scripted Data Source, to access data within a BIRT report.</dd> |
| </dl> |
| |
| <h1>Reports</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/before.html" target="_blank" class="top">Customer Survey Results Before</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/reports/ScriptedDatasourceExampleBefore.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a list of the current stock of products. |
| </dd> |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/after.html" target="_blank" class="top">Customer Survey Results After</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/reports/ScriptedDatasourceExampleAfter.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a list of the current stock of products. The after report includes changes made, using the Highlight feature for readability and low stock indication. |
| </dd> |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/javacode/SimpleClass.java" target="_blank" class="top">Sample Java Code</a> |
| <dd>Sample Java code used within the example. |
| </dd> |
| |
| </dl> |
| |
| |
| </body> |
| </html> |