0

I apologize if I am missing something obvious guys, but I am having a heck of a time figuring out how to add a report header (not page header) to a report. I want a header that shows up on the first page and only the first page.

Again, I apologize if I am missing something obvious.

CodeHulk
  • 111
  • 1
  • 12

2 Answers2

1

By definition the report Header will repeat on each page. If you want to only display it on the first page, just add whatever you want to display as a Header to the top of the report body outside of any repeating groups (Table, List, etc).

Ian Preston
  • 38,816
  • 8
  • 95
  • 92
  • Yes, that makes sense...and was obvious :) Thanks Ian, just a case of staring at the same problem long enough to complicate it. – CodeHulk Apr 09 '13 at 12:22
1

Just place a Textbox at the start of the data region and give it a name as you may wish. It will act like a Report Header.

More on this:

Praveen Nambiar
  • 4,852
  • 1
  • 22
  • 31