| <!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 Chart as a Sub Report</p> |
| |
| <h1>Introduction</h1> |
| |
| <p>The Report example demonstrates the ability to link a stock chart as a child of a |
| parent table. The parent table groups stock price information by month. For each |
| month a chart is then displayed graphically depicting the performance of the stock |
| price. |
| </p> |
| |
| <h1>Demonstration</h1> |
| <dl class="arrow-list"> |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/ChartSubReport/ChartSubReport.html" target="_blank" class="top">Chart Sub Report Flash Example</a></dt> |
| <dd>This example illustrates using a stock chart as a sub report.</dd> |
| </dl> |
| |
| <h1>Reports</h1> |
| <dl class="arrow-list"> |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/ChartSubReport/after.html" target="_blank" class="top">Graphed Stock Prices</a> |
| (<a href="http://download.eclipse.org/birt/downloads/examples/reports/ChartSubReport/reports/ChartingExampleStockReportAfter.rptdesign" target="_blank">rptdesign</a>)</dt> |
| <dd>Presents a stock price report grouped by month, which also displays the data in a stock chart. The report uses a csv file as a data source.</dd> |
| |
| |
| <dt><a href="http://download.eclipse.org/birt/downloads/examples/reports/ChartSubReport/table.csv" target="_blank" class="top">Stock Prices CSV file</a></dt> |
| <dd>Stock prices in CSV format. The CSV file is used within the example.</dd> |
| |
| </dl> |
| |
| |
| </body> |
| </html> |