如何在Jasper中使用参数动态更改宽度,高度?
<image onErrorType="Icon">
<reportElement mode="Opaque" x="0" y="0" width="166" height="67" uuid="c3c0a660-62ed-4a17-8bb7-c8ed91a87b98">
<propertyExpression name="width"><![CDATA[$P{logoWidth}]]></propertyExpression>
<propertyExpression name="height"><![CDATA[$P{headerHeight}]]></propertyExpression>
</reportElement>
<imageExpression><![CDATA[$P{imageurl}]]></imageExpression>
我尝试了上面的代码块,但没有用参数值覆盖初始值。