I had a similar question with regard to page headers.
However this question relates to page footers.
How can I create a special page footer for page 1 only.
And then create special page footers for pages 2, 3, 4, ... etc.?
Thanks
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 17 Jun 2008, 04:06 PM
Hello Ian Coetzer,
You can apply the same suggestion for this scenario as well. Set PrintOnFirstPage=false for the PageFooter and use is for the footers on pages 2,3,4 etc. As for the "special" footer on the first page - you can use the ReportFooter for that.
That works for the PageFooter for displaying the same footer for page 2, 3, ...
But the ReportFooter only appears on the very last page after all the detail has fields have been populated. How can I force the ReportFooter to appear on the first page only?
0
Accepted
Steve
Telerik team
answered on 18 Jun 2008, 08:29 AM
Hi Ian,
Indeed I've suggested this by mistake looking at the wrong report section. The report footer is printed only once, at the end of the report. You can use it
to print report totals or other summary information for the entire
report and cannot be shown on the very first page. More info is available in our help article Understanding Report Sections.