我正在尝试对以前开发的网络应用程序的报告进行一些更改,我已经编辑了.jrxml
和.jasper
个文件
因为我用过:
import net.sf.jasperreports.engine.JRException;
import net.sf.jasperreports.engine.JasperCompileManager;
public class CompileReport {
public static void main(String[] args) {
try {
....
JasperCompileManager.compileReportToFile("C:\\Users\\rohinkumar\\workspace\\ \\src\\resources\\\\old.jrxml","C:\\Users\\rohinkumar\\workspace\\\\WebContent\\old.jasper");
}
catch (JRException e) {
e.printStackTrace();
}
}
}
当我尝试编辑ireport中的主报表并构建它时,我可以在日志中看到错误评估表达式错误。
我认为主报告无法访问从子报告传递的参数