How to set the height of text auto change

Stimulsoft Reports.NET discussion
Post Reply
silade
Posts: 16
Joined: Thu Feb 05, 2009 2:03 am

How to set the height of text auto change

Post by silade »

I want the height of the text auto changing with the size of the font.How to do this?Thank you?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to set the height of text auto change

Post by Edward »

Hi,

Actually there are two ways here:

CanGrow must be always set in true;

1) WordWrap = true; AutoWidth = false


2) WordWrap = false; AutoWidth = true;

Thank you.
Post Reply