Jasper报告:设置元素的背景颜色

时间:2015-03-12 11:56:37

标签: jasper-reports

我想为一个框架添加背景颜色。 我是这样做的:

<frame>
     <reportElement x="-10" y="100" width="560" height="150" forecolor="rgba(148, 119, 118, 0.47058824)" backcolor="rgba(116, 184, 95, 0.62352943)" uuid="33624d2d-2285-4a6a-a3f4-96546c05bfa8"/>
</frame>

但是当我的报告显示时,没有颜色显示。 我究竟做错了什么? 感谢

1 个答案:

答案 0 :(得分:0)

您应该将元素设置为Opaque

<reportElement mode="Opaque" x="-10" y="100" width="560" height="150" forecolor="rgba(148, 119, 118, 0.47058824)" backcolor="rgba(116, 184, 95, 0.62352943)" uuid="33624d2d-2285-4a6a-a3f4-96546c05bfa8"/>