Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Jasper/ireport 如何处理子报告。
我必须从第一个子报告返回结果并将其传递给第二个。
现在变量为空。
您可以在主报告的子报告标记中指定 datasourceExpression 中的对象(bean)。
例如:
<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{patientBean})]]></dataSourceExpression>
如果您仍然感到困惑,请详细说明您的问题,以便我可以为您提供更清晰的解决方案。