Page footer is not showing in Crystal Report
I am using Crystal Reports in Visual Studio 2008. I have 5 pages static text that should appear at the top of my report, so I put it in the header section of the report. I have a page footer page on a page that shows the page number. It doesn't show up and I suspect it has something to do with the long title of the report. How do I make the page footer output a large report header?
Edit: The page footer is displayed once on the last page. The report header is 5 pages long and there is no page footer on any of those pages.
source to share
I had exactly the same problem. My report title was very long and the page number only showed on the last page. The problem was that I had the page number in the report footer. Then I realize that I had a page footer section and the page number was moved there. I also changed the section properties (it had a No Drill down option). Now I have the same big heading with page number on all pages. Bye
source to share
Ken Hammady has a crosstab solution at http://kenhamady.com/cru/archives/87
It can be adapted to work with long texts in text boxes.