The ReportFooter Section Appears before PageFooter Section

  • Thread starter Thread starter Mota
  • Start date Start date
M

Mota

Hi;
In the last page of my report,where the ReportFooter prints,if records in
last page are less than one page,the ReportFooter appears at the end of that
records and PageFooter on its own place,i.e the bottom of the page,that
means after the ReportFooter.Since there is a ReportToal txtBox on
ReportFooter,and a PageTotal in the PageFooter,its important that
ReportFooter appears always after PageFooter of the last Page.There is no
Can Shrink property for the PageFooter to set it to true.So,What i can do to
solve this problem?
Thank you in advance for your help.
 
Mota said:
In the last page of my report,where the ReportFooter prints,if records in
last page are less than one page,the ReportFooter appears at the end of that
records and PageFooter on its own place,i.e the bottom of the page,that
means after the ReportFooter.Since there is a ReportToal txtBox on
ReportFooter,and a PageTotal in the PageFooter,its important that
ReportFooter appears always after PageFooter of the last Page.There is no
Can Shrink property for the PageFooter to set it to true.So,What i can do to
solve this problem?

How about setting the report footer's ForceNewPage property
to Before Section?
 
Back
Top