I'm working with iReport 3.5.0, and I'm using a subreport inside my main report. I don't want to give the absolute path for the subreport expression, but for example if I just give "bpSubReport.jasper" as the subreport expression (because sub and main are in the same directory), then iReport can find bpSubReport.jasper and compile the main report into bPReport.jasper, but my Java (gwt) application can't. It throws the exception
`net.sf.jasperreports.engine.JRException: Could not load object from location : bpSubReport.jasper`
Can you help me on how to give a relative path for the subreport and let the Java app. find it as well? Thanks.
以上就是Relative path for the Subreport的详细内容,更多请关注web前端其它相关文章!