I am working in 2003. I have a couple Can_Grow text boxes in page headers that are restricted by the height of the page headers. The text cannot grow beyond the designed limit of the page headers.
I have tried the following in the Report_Open event:
Me!PageHeaderSection.CanGrow = True
and for kicks,
Me.PageHeaderSection.CanGrow = True
But it doesn't seem the page header includes the Can_Grow property.
Any suggestions on how to make the page header grow?
Thank you.
I have tried the following in the Report_Open event:
Me!PageHeaderSection.CanGrow = True
and for kicks,
Me.PageHeaderSection.CanGrow = True
But it doesn't seem the page header includes the Can_Grow property.
Any suggestions on how to make the page header grow?
Thank you.