作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<reportElement x="79" y="103" width="279" height="23" backcolor="#000000">
<propertyExpression name="width"><![CDATA["100"]]></propertyExpression>
</reportElement>
我正在尝试使用 propertyExpresssion 设置 reportElement 的宽度,JasperReports 在上面的代码中将宽度设为 279 而不是 100,如果我删除 reportElement 标记中的宽度属性,我将收到错误消息。
我做错了什么?它进行编译、填充和所有操作,但未使用表达式中的宽度。
最佳答案
JRElement element = jasperReport.getTitle().getElementByKey("graphWidthKey");
element.setWidth(100);
关于jasper-reports - 如何在 Jasper Reports 中使用 propertyExpression 设置 reportElement 的宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1551891/
我正在尝试在我的报告中包含 css 类。是否可以将我自己的属性添加到 reportElement 标记,以便我可以包含我的 css 文件引用链接? 谢谢 最佳答案 您需要做的是为您想要引用的字段添加一
我正在尝试使用 propertyExpresssion 设置 reportElement 的宽度,JasperReports 在上面的代码中将宽度设为 279 而不是 100,如果我删除
我是一名优秀的程序员,十分优秀!