Report Field - WRAP TEXT?

G

Guest

Does anyone know how I can wrap the text in a report field? Is there some
sort of special setting? Thanks.
 
G

Guest

Set your text box "Can Grow" property to Yes. You may need to do the same
with the report section.
 
F

fredg

Does anyone know how I can wrap the text in a report field? Is there some
sort of special setting? Thanks.

The text in a control always 'wraps'. You just have to allow the
control to grow taller so that it can display it.

Set the control's CanGrow property to Yes.
Also set the Detail section CanGrow to Yes (if the control is in the
detail section, otherwise whatever section the control is in).

Note: The Page Header and Page footer sections can not grow. If your
control is in one of these 2 sections, you'll have to manually size
the control and section tall enough to display all it's text.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top