首页

搜索结果

"tag:"report""


标题及摘要 日期/时间
1
Birt调用存储过程总结 - 王显锋的日志 - 网易博客
1.调用类似 PROCEDUREtest_birt_stored_pkg.get_user_info(p_recordsetOUTrecord_set); record_set被定义为cursor,如:typerecord_setisrefcursor;首先定义jdbc数据源,如图: 然后定义存储过程类型的数据集:在选择数据集类型的时候选择Sql stored procedure query, 下一步,选择所要调用的存储过程,选择存储过程的时候要注意格式: {call 模式名.包名.过程名(arg...
2014-1-8
10:42:00
2
BIRT report viewer IE11 上预览不正常工作 及汉化
BIRT report viewer 在IE11上使用View Report In Web Viewer 是不能正常工作的,有两种办法: 1、删掉IE11 2、修改Eclipse.ini 增加 -Dorg.eclipse.swt.browser.DefaultType=mozilla 汉化包下载BabelLanguagePack-birt-zh_3.7.0.v20130724081219.zip http://archive.eclipse.org/technology/babel/babel_la...
2013-12-6
17:42:00
3
How to benchmark BIRT report performance? - Stack Overflow
总结一下,大概有几点: SQL执行计划,SQL跟踪调优 减少报表需要处理的数据,大量数据分页是不合适的 保持报表简洁,去掉无用的表格、图表 减少使用脚本,和数据源关联的脚本 For anyone else having problems with BIRT performance, here are a few more hints. Profiling a BIRT report can be done using any Java profiler - write a simple ...
2013-12-5
16:37:00
4
使用iReport和Jasperreport开发报表
iReport是报表设计器,它负责设计报表模板,并生成*.jrxml,可以编译生成*.jasper模板文件;Jasperreport是报表产生库,它通过传入模板生成pdf或html格式的报表。 1,下载iReport和Jasperreport,要生成pdf必须要下载itext-2.0.1.jar和中文支持包iTextAsian.jar。我下载的版本是iReport-2.0.0.zip和jasperreports-1.3.4.jar。
2007-6-23
17:26:25
5
一个用Java iText包动态生成PDF文件的代码例子
iText is a library that allows you to generate PDF files on the fly.
2007-4-7
15:17:51