about crystal reports

  • Thread starter Thread starter Louis
  • Start date Start date
L

Louis

Hi,

I have Page Header and Report Footer in my report, the
Page Header display its content on every page. But for
the Report Footer, I don't want to display the Page
Header, or any method to add a page at the end of report
without displaying the Page Header? Thank you.
 
I think what you are asking is, "how do I not show the
page header on the last page of my report"?

If you are using .NET Crystal Reports, you can:
1) right click on the Page Header section
2) Select "Format Section"
3) Click the X2 button next to the Suppress checkbox (this
lets you use a formula to decide when to suppress the
section)
4) Then, when the formula editor comes up,
enter "onlastrecord".
5) Save
 
Back
Top