about crystal reports  
Author Message
madmanpierre





PostPosted: Tue Nov 18 09:53:30 CST 2003 Top

Dotnet >> about crystal reports 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.

DotNet338  
 
 
Jon





PostPosted: Tue Nov 18 09:53:30 CST 2003 Top

Dotnet >> about crystal reports 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

>-----Original Message-----
>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.
>.
>