Jump to content
We've recently updated our Privacy Statement, available here ×

How to Remove blank spaces in Report?


rinsha.mohammed

Recommended Posts

 

 

I have to get rid of blank space when value of my text field is empty. FOr that I gave isRemoveLineWhenBlank="true" , positionType="Float" and isBlankWhenNull="true".

 

<staticText>                <reportElement positionType="Float" x="0" y="40" width="70" height="20" uuid="8bccf322-2ac4-44c7-a552-ef772eb7aaf2">                    <property name="com.jaspersoft.studio.unit.height" value="px"/>                    <property name="com.jaspersoft.studio.unit.x" value="px"/>                </reportElement>                <textElement textAlignment="Justified" verticalAlignment="Middle">                    <font fontName="Arial" size="11" isBold="true"/>                </textElement>                <text><![CDATA[iTU Review:]]></text>            </staticText>            <textField textAdjust="StretchHeight" isBlankWhenNull="true">                <reportElement positionType="Float" x="0" y="60" width="514" height="20" isRemoveLineWhenBlank="true" uuid="8f09e167-ed4e-444c-9720-0232329c2242">                    <property name="com.jaspersoft.studio.unit.x" value="px"/>                    <property name="com.jaspersoft.studio.unit.width" value="px"/>                    <printWhenExpression><![CDATA[$F{ituReviewInfo} !=null]]></printWhenExpression>                </reportElement>                <textElement textAlignment="Left" verticalAlignment="Middle" markup="none">                    <font fontName="Arial" isBold="false"/>                </textElement>                <textFieldExpression><![CDATA[$F{ituReviewInfo}]]></textFieldExpression>            </textField>

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...