0

Using the JFreeReport classic engine, I have:

<items height="10" fontname="SansSerif" fontstyle="plain" fontsize="8">
    <rectangle x="0" y="0" width="100%" height="10" dynamic="true" color="#CCCCCC" fill="false" draw="true" />
    <string-field x="2" y="0" width="100%" height="10" dynamic="true" fieldname="Workorder #"/>
</items>

Basically for the rectangle line, whether or not I put dynamic the height of the rectangle is 10 (the border around the text). So how can I make the rectangle the same height as the string-field?

4

3 に答える 3

1

境界線で囲まれたラインアイテムの高さを動的に設定することはできません。

于 2012-11-26T06:22:34.437 に答える
0

height="10"から属性を削除するRectangleと、期待どおりの結果が得られます。

于 2012-03-18T11:33:17.983 に答える
0

明白なことは聞きたくないのですが、height="10" の代わりに height="100%" を試しましたか?

于 2012-03-19T21:58:31.360 に答える