The value 13.10 is printed as 13.1 in my jasper report , I want to print it as 13.10 itself , How to do it .The corresponding JRXML statement is
<textFieldExpression class="java.lang.Float"><![CDATA[$F{temp_bill_tax}]]>
</textFieldExpression>
|
The value 13.10 is printed as 13.1 in my jasper report , I want to print it as 13.10 itself , How to do it .The corresponding JRXML statement is
|
||||
|
|
|
If you are using iReport to create your jrxml. Right click your textfield, go to the "Text Field" tab, and in the Pattern combo box you select Or add the pattern attribute in the field:
|
|||
|
|