存档: 标签: ‘Birt’

begin to create birt

1条评论 2009年12月9日

现在开始学习如何用myeclipse创建birt报表,记录如何创建报表的过程,虽然没有图片,但是整个步骤还是非常清晰的。

一、 新建一个报表项目Report Web Project

l  创建一个报表Report,选定所在的项目,填写报表名称,选中一个模版

二、 设置报表的属性。

1.设置数据源信息

l  创建一个数据源Data Sources,设置一个jdbc连接,当然也可以设置其他数据源

- In the Data Explorer view, right-click Data Sets and choose New Data Set.

- On New Data Set, Choose Next.

- On Query, in Available Items, expand one or more tables in the ClassicModels database.

- To create a SQL query, drag column names from Available Items to the right pane to write the SELECT and FROM clauses, then choose Finish.

继续阅读…