Textfield that can make databands height grow

Stimulsoft Reports.NET discussion
Post Reply
incognito_gbg
Posts: 23
Joined: Wed May 30, 2007 4:15 am

Textfield that can make databands height grow

Post by incognito_gbg »

Is it possible to set a textfields property so that it contents can be printed on several rows if neccesary?
So that instead of "This text is way way way to lon......"
it looks like this
"This text is way
way to long"

?
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

Textfield that can make databands height grow

Post by Brendan »

Set the WordWrap and CanGrow properties of the text component to true.
Also if the text component is on a databand set the CanGrow property of this component to true also.
Post Reply