flexible report formating

E

eric

I have a report that sometimes needs room to print a
large field occasionally, but usually the field is null
and I don't want it to take up space. Is there anyway
out of rigid formatting of field sizes in reports?
 
F

Fredg

Eric,
Give the field the width you want it to have, but only a very slight height.
Set the Field's CanGrow property to Yes.
Set the Detail Section CanGrow property to Yes.
 
Top