お世話になっております。
特定の項目だけ、表示の文字列が途中で改行されてします(改行というよりある文字数で折り返して表示している)。xmlは以下のとおりです。
<staticText>
<reportElement x=”9″ y=”31″ width=”100″ height=”13″ uuid=”34887cea-e0a6-4a08-b007-8e7a2c6421d4″/>
<textElement>
<font fontName=”MS ゴシック” pdfFontName=”HeiseiKakuGo-W5″ pdfEncoding=”UniJIS-UCS2-H”/>
</textElement>
<text><![CDATA[Remarks]]></text>
</staticText>
および以下の箇所です。
<staticText>
<reportElement x=”9″ y=”33″ width=”135″ height=”20″ uuid=”752accd5-286e-4d1e-b13a-cfce294b8167″/>
<box>
<topPen lineWidth=”0.5″/>
<leftPen lineWidth=”0.5″/>
<bottomPen lineWidth=”0.5″/>
<rightPen lineWidth=”0.5″/>
</box>
<textElement textAlignment=”Center” verticalAlignment=”Middle”>
<font fontName=”MS ゴシック” size=”10″ isItalic=”false” pdfFontName=”HeiseiKakuGo-W5″ pdfEncoding=”UniJIS-UCS2-H”/>
</textElement>
<text><![CDATA[porpose for the assitance]]></text>
</staticText>
以下を参照し、対応した([プロパティー]⇒[Stretch With Overflow]にチェック)のですが、うまくいきませんでした。
https://forum.reportsconnect.com/?topic=%e5%b8%b3%e7%a5%a8%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%94%e4%b8%ad%e3%81%a7%e5%88%87%e3%82%8c%e3%82%8b%e7%8f%be%e8%b1%a1%e7%99%ba%e7%94%9f
よろしくお願いいたします。