Fixed length report

  • Thread starter Thread starter Bill Mills
  • Start date Start date
B

Bill Mills

I have a report that has a persons name and below it is a
listing of pay rates. It can have anywhere from 1-10 pay
rates under it. What I want to do is set that to a fixed
length so that no matter if there is 1 rate or 10 rates,
it will take up the same amount of space on the page. I
want to get 2 or 3 people on a page. Can anybody help me
on how I can set the length so it is the same. I tried
changing the can grow/can shrink properties to no but it
doesn't work. Any help would be greatly appreciated.
Thanks.
 
Change the detail information to a subreport. Remove the details from the
main report and add the subreport. Set the height of the subreport to the
exact height required and don't allow it to Grow or Shrink.
 
Back
Top