Report Args-Grow to size

N

nancye

I have a field on my report header that is = Report.openArgs,
Can Grow is set to yes, but it does not grow to fit.
 
M

Marshall Barton

nancye said:
I have a field on my report header that is = Report.openArgs,
Can Grow is set to yes, but it does not grow to fit.


If you are certain that the text box can grow and the text
in OpenArgs is enough to make it grow, make sure the text
box is in the REPORT HEADER (not the page header) and that
the report header section's CanGrow is also set to Yes.
 
M

Marshall Barton

nancye said:
I have a field on my report header that is = Report.openArgs,
Can Grow is set to yes, but it does not grow to fit.


If you are certain that the text box can grow and the text
in OpenArgs is enough to make it grow, make sure the text
box is in the REPORT HEADER (not the page header) and that
the report header section's CanGrow is also set to Yes.
 
M

Marshall Barton

nancye said:
works in report header. Is there any other way to get it on each page?


Create a top level group (View - Sorting and Grouping menu
item) using a constant expression (e.g. =1) and select Yes
for the group header. Set the group header's RepeatSection
property to Yes and move the text box to this group header.
 
M

Marshall Barton

nancye said:
works in report header. Is there any other way to get it on each page?


Create a top level group (View - Sorting and Grouping menu
item) using a constant expression (e.g. =1) and select Yes
for the group header. Set the group header's RepeatSection
property to Yes and move the text box to this group header.
 

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