摘要: jasperReport客户端采用applet,applet和activeX插件的区别大家搜一下,有一堆东西可以借鉴,下载jasperreports-3.0.0,在相应的sample OR demo(记得不清了)中可以找到jasperReport 实现的客户端打印demo,下来就来分析下具体实现
阅读全文
posted @
2009-10-27 20:58 凌晨风 阅读(7138) |
评论 (12) |
编辑 收藏
摘要: 终于又开始闲下来写写blog了,大半年时间一直都在忙,加上自己比较懒惰一点,回头来看看真是浪费了很多时间,下来该多督促自己记录点什么。jasperReport对国际化的支持是很到位的,但是国内基本不怎么使用,下来看看国际化的使用吧!
阅读全文
posted @
2009-10-18 15:44 凌晨风 阅读(2661) |
评论 (3) |
编辑 收藏
摘要: iReport+jasperReport之图片控件
阅读全文
posted @
2008-12-24 14:09 凌晨风 阅读(12188) |
评论 (6) |
编辑 收藏
摘要: 说完iReport+jasperReport之scriptlet 下来就得看看图表了,jasperReport的图表完全借助于外部的绘图工具,charts和JFreeChart
阅读全文
posted @
2008-12-19 10:04 凌晨风 阅读(8966) |
评论 (16) |
编辑 收藏
摘要: 写上篇iReport+jasperReport之scriptlet时遗漏了一个问题,getParameterValue、setParameterValue方法可以操作Parameter,Field/Variable该怎么set呢?
阅读全文
posted @
2008-12-18 14:48 凌晨风 阅读(3246) |
评论 (8) |
编辑 收藏
摘要: 提起scriptlet就不能不联想到它的强大功能,jasperReport也是支持scriptlet的哦,先分析一下JasperReport的API吧!
阅读全文
posted @
2008-12-17 10:00 凌晨风 阅读(7658) |
评论 (6) |
编辑 收藏
摘要: jasperReport的这个包net.sf.jasperreports.engine.design 是这样描述的:Contains design time implementations for the library's main interfaces as well as report compiling tools.因此我们完全可以使用它的API构建自己的报表
阅读全文
posted @
2008-12-16 13:27 凌晨风 阅读(2339) |
评论 (2) |
编辑 收藏
摘要: jasperReport支持多种格式的数据源,CSV(Comma Separated values),是一种用来存储数据的纯文本,文件格式,通常用于电子表格或数据库软件。
阅读全文
posted @
2008-12-15 10:08 凌晨风 阅读(4379) |
评论 (19) |
编辑 收藏
摘要: jasperReport提供了很多的便利去实现自己的DataSource,简单的有三种方式:
直接实现bean的方式 bean工厂 表格模型
阅读全文
posted @
2008-12-12 15:23 凌晨风 阅读(2740) |
评论 (0) |
编辑 收藏
摘要: jasperReport给我们提供了一个JRDataSource接口,用以实现我们自己的数据源
阅读全文
posted @
2008-12-12 09:56 凌晨风 阅读(6317) |
评论 (10) |
编辑 收藏