Vb.net – Crystal report page header not showing in every page

crystal-reportsvb.net

Good Day to All!

I am not much familiar with crystal report, but I've been digging every corner and can't really seem to find the solution.
My problem is that I cant get the Titles to show on everypage, it comes out only on the first page and thats it.

I have also tried placing the titles into different other sections like Section2(Page Header a,PageHeaderSection2) and even tried copy/paste them into all of the
sections to see the difference. It was no help.

I've searched for solutions like, RightClick>Report>Group Expert>Options>Check "Keep Group Together" check box.
Doesnt work, and I have nothing in my "Group By:" list so the "Options" button is disabled.

Here is what I have:

  • ReportHeaderSection1 (Report Header a)
  • ReportHeaderSection2 (Report Header b)
  • Section1(Report Header c)
  • Section2(Page Header a)
  • PageHeaderSection2 (Page Header b)
  • Section3 (Details)
  • Section4 (Rport Footer)
  • Section5 (Page Footer)

Under my ReportHeaderSection1 (Report Header a), I have inlcuded the titles and project names which is required to show on each of every printed page.

Under ReportHeaderSection2 (Report Header b), I have a graph.

Under Section1(Report Header c), I have cross tab.

The rest, is empty.

Your kind reply would be greatly appreciated.

Jim

Best Answer

The way to set this is in the Section Expert, not the group expert. There is a paging tab and an options tab where you can set your preferences. Check into that and let us know which version of CR you are running and I can tell you exactly how to do it in the morning.

Hope that helps,

Chris

EDIT:

After re-reading your post again, I think your report is not structured very well and is causing issues. In the Report Header you should only put stuff that you want to see once, like a company logo, a brief explanation of the report, etc. In the Page Header you should put things like column labels, current date, stuff that you want to see on every page. The Group Headers are for grouping data together under a common denominator (date, name, etc.). The Detail Section then shows the actual data for the group.

Related Topic