FineReport 集成到web项目(二)

 

最新版本: http://www.hexianwei.com/2019/01/06/FineReport-10.0/ 

转载说明出处

 

代码例子:https://github.com/yangyang5214/finereport

 

 

finereport 报表嵌入到自己的web项目中

1、详细步骤 http://blog.csdn.net/qq_30009669/article/details/54710492#reply
2、3、配置信息 reportlets文件:放FineReport模板文件。

resourseces文件:放datasourse.xml文件信息,该文件只要内容就是数据库的连接信息。

web.xml:文件添加servlet配置信息。

4、访问路径类似: http://localhost:8080/ReportServer?reportlet=user.cpt

 

 

 

 

你可能感兴趣的:(FineReport 集成到web项目(二))