Could not create the report Report design not valid :
1. Warning : Element bottom reaches outside band area : y=3 height=1 band-height=0
2. Warning : Element bottom reaches outside band area : y=0 height=29 band-height=0 Report design not valid
我是 jasper Reports 4.5.1 的新手。问题是当我使用以下代码调用函数时,正在显示上述消息。
JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, param, jdbcConnection);
JasperViewer.viewReport(jasperPrint);
非常感谢您的任何帮助。