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);
助けてくれてありがとう。