导出excel文本选择Relative to Band Height 使格式处于同一行
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IReport 4.5.0如何遍历嵌套的list,求大神指教?相关的知识,希望对你有一定的参考价值。
我写了这么两个类:
public class ReportInfo
private String reportName;
private String productUuid;
private List<Product> products=new ArrayList<Product>();
public class Product
private String productName
private Boolean isBind;
private List<Product> bindProducts=new ArrayList<Product>();
我的数据源是ReportInfo,我如何用IReport 中List组件遍历输出bindProduct中的内容?
导出excel文本选择Relative to Band Height 使格式处于同一行
以上是关于IReport 4.5.0如何遍历嵌套的list,求大神指教?的主要内容,如果未能解决你的问题,请参考以下文章