<band height="326" splitType="Stretch"> <staticText> <reportElement x="12" y="15" width="532" height="41" forecolor="#184F73"/> <textElement textAlignment="Center"> <font size="24"/> </textElement> <text> <![CDATA[ ${encoder.xmlEncode( ${grid.title} )} ]]> </text> </staticText> <textField> <reportElement x="12" y="67" width="253" height="20"/> <textElement textAlignment="Right"> <font size="13"/> </textElement> <textFieldExpression class="java.lang.String"> <![CDATA[ $F{reporting_month_name} ]]> </textFieldExpression> </textField> <textField> <reportElement x="289" y="67" width="255" height="20"/> <textElement> <font size="13"/> </textElement> <textFieldExpression class="java.lang.String"> <![CDATA[ $F{param_organisationunit_name} ]]> </textFieldExpression> </textField> <staticText> <reportElement x="265" y="67" width="24" height="20"/> <textElement textAlignment="Center"> <font size="13"/> </textElement> <text> <![CDATA[ - ]]> </text> </staticText> <bar3DChart> <chart evaluationTime="Report"> <reportElement x="12" y="114" width="532" height="210"/> <chartTitle/> <chartSubtitle/> <chartLegend/> </chart> <categoryDataset> <dataset> <incrementWhenExpression> <![CDATA[ $F{organisation_unit_is_parent}.equals( "Yes" ) ]]> </incrementWhenExpression> </dataset> <categorySeries> <seriesExpression> <![CDATA[ "value" ]]> </seriesExpression> <categoryExpression> <![CDATA[ "" ]]> </categoryExpression> <valueExpression> <![CDATA[ $F{Value} ]]> </valueExpression> </categorySeries> </categoryDataset> <bar3DPlot isShowLabels="true"> <plot/> <itemLabel color="#000000" backgroundColor="#FFFFFF"/> <categoryAxisFormat> <axisFormat> <labelFont/> <tickLabelFont/> </axisFormat> </categoryAxisFormat> <valueAxisFormat> <axisFormat> <labelFont/> <tickLabelFont/> </axisFormat> </valueAxisFormat> </bar3DPlot> </bar3DChart> </band>