Проблема с пустым пространством в отчете Jasper

Мне нужно избавиться от пробела, когда значение моего текстового поля пусто. Для того, что я дал isRemoveLineWhenBlank=true , positionType=Float и 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>

Может ли кто-нибудь помочь мне отследить проблему?

введите здесь описание изображениявведите здесь описание изображения


person Rinsha Rinz    schedule 24.03.2021    source источник