Hi. In my report I'm using a textBox to display data, but there is no multiline property. I tried to set the CanGrow property to true, but it doesn't work.
Is there a way of doing this?
Thanks!
By the way, Stimulreports are awsome! Keep up the good work!
Multiline TextBox
Multiline TextBox
Please use TextOptions.WordWrap property.
Thank you.
Multiline TextBox
Thanks for the reply.
Works great!
Works great!