<#if userName??>
Hi ${userName}, How are you?
</#if>
It is very common that some columns of the report need to stretch to show all the content in that column. But if you just specify the property " stretch with overflow' to that column(we called text field in jasper report world) , it will just stretch that column and won't change other columns, so the row could be ridiculous. Haven't find the solution from internet yet. So I just review the properties in iReport one by one and find two useful properties(the bold highlighted in example below) which resolve the problems. example: <band height="20" splitType="Stretch" > <textField isStretchWithOverflow="true" pa...
<#if userName?has_content >
ReplyDeleteblablabla