문제

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.

도움이 되었습니까?

해결책

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).

다른 팁

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:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top