Can Grow Like Crystal Report [message #707966] |
Tue, 02 August 2011 05:21  |
Eclipse User |
|
|
|
Hii BIRT Expert,
is there a way to set property "can grow" like crystal report in BIRT Report?
i load some long string, but the string only shown half of it. thx
|
|
|
|
Re: Can Grow Like Crystal Report [message #708606 is a reply to message #708254] |
Tue, 02 August 2011 21:40  |
Eclipse User |
|
|
|
Jason Weathersby wrote on Tue, 02 August 2011 11:38The default behavior in BIRT is to word wrap on white space. You can
use a style to prevent this, but it sounds like you want the wrap. Is
there white space in the text? If not you could use a text element
instead of a data item and set the expression to something like:
<div STYLE="word-wrap:
break-word"><value-of>row["mycolumn"]</value-of></div>
Make sure to set the type to HTML in the drop down at the top of the
text element.
Jason
On 8/2/2011 5:21 AM, cbr125x wrote:
> Hii BIRT Expert,
> is there a way to set property "can grow" like crystal report in BIRT
> Report?
> i load some long string, but the string only shown half of it. thx
Thx Jason it works, btw i also do using data element and i binding the row that i want to that data element
|
|
|
Powered by
FUDForum. Page generated in 0.03585 seconds