iReport初体验

下载

版本5.6
链接:https://pan.baidu.com/s/1o0BZ0rioNMH3MSe45zhN3w
提取码:7rb5

安装

iReport初体验

  1. 点击exe文件安装 一路next…
  2. 找到安装路径,找到etc文件夹的ireport.conf文件,配置jdk环境(jdkhome)…(顺带一提,jdk只能jdk7以下…)
  3. iReport初体验
  4. 返回bin目录点击exe启动…

界面介绍

  1. iReport初体验
  2. 配置数据库iReport初体验我这便选择的是jdbc链接
    iReport初体验
    一路next,自行选择数据库 oracle默认禁用了,详细配置请参考博客
    博客博客博客
    iReport初体验

开炮!

  1. 将写好的sql放在里面 动态参数传递使用 $P!{xxx} 来传递 ,切记不要有任何的结尾符号例如 ;
    select * from user where user_id = $P!{xxx}
    若是数据通过字段将会在下面显示iReport初体验

相关文章:

  • 2021-10-11
  • 2021-10-18
  • 2021-07-03
  • 2021-05-07
  • 2022-01-10
  • 2021-04-27
猜你喜欢
  • 2021-12-23
  • 2021-08-16
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-12-05
  • 2021-11-23
相关资源
相似解决方案