Report header

How to set report header to no

After the last orders I want to include some pages with normal text without
the header.
How can I set the header to no?

Comments

  • As i understand what you are looking for that is if your report generating total 8 page then you want last 2 page without header.

    you need to mark the point (use a variable) from where you don't want to print header and then help of this you can skip the header.

    //header
    CurrReport.Showoutput(Not Var);