Report Args-Grow to size

  • Thread starter Thread starter nancye
  • Start date Start date
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.
 
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.
 
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.
 
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.
 
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.
 
Back
Top