1、引言:初次使用 Birt,感觉这个开源的报表工具实在是太好了,因为我也用过国内某收费报表工具,感觉某些地方没有 Birt 功能强大,如果花钱买过来,实在不划算。一.下载及安装 Birt ::http:/download.eclipse.org/birt/downloads/,最简单的就是下载其中的 birt-report-designer-all-in-one-XXX.zip 版本,直接运行就可。二.Birt 的参考资料:http:/ eclipse 后,new-other-Business intelligence and reporting tools report project 如下图
2、输入 project name:birt 即可。2.新建报表。 new-other-Business intelligence and reporting tools report输入文件名,选择 blank report 最后点击 finish3.设计报表之一构建数据源。打开”data explorer ” 将出现如下图,右击“data source”点击“manage dirver.”加上数据库的驱动.点击“Test Connection 。”测试连接是否成功。4.新建数据集右击“data sets” new data set 从左边 drag 相应的字段,构成查询 sql 语句5 报表布
3、局显示出”paletee” 选择“Report items” 将 table 拖到中间。将数据集中的字段拖放到表的 detail row 中的单元格内最后点击“preview”,就可在报表中显示数据这样一个简单的报表就完成了。6定义动态参数查询新建报表参数 点击数据集,选择”parameters”将其绑定到定义的报表参数中去同时修改 Query,加上 where 条件7编辑 JavaScript 事件处理程序先选择某一 ,如 table, 等,再切换到 script直接在里面写就可以了8.在 web server 下运行New -other-web project 将 XXX. new_rep
4、ort.rptdesign copy 到 webContent 目录下。调用时“View Example2如果有参数,就加上参数注意一点:发布时加上相应数据库的驱动.Add the jar files for your JDBC drivers to the Viewer. Copy the driver the following directory: If you are installing BIRT 2.1 or later 你需要把驱动拷贝到WEB-INFplatformpluginsorg.eclipse.birt.report.data.oda.jdbcdrivers. 这个目录下。