Step 1
Right click on the report page > Add Page Header [or Page Footer] . Every information residing on Header or Footer will be displayed on each page.
Step 2
Add a Text Box inside the Header area to create a repot name. As I have placed the text box with report name on the Header it is showing up on each page. Column headers are only visible on the first page and they disappear after I move on the next page.
Let's fix it.
Step 3
Adding table headers on each page.
Column Groups > Advanced Mode
Step 4
Click on the very first <Static> in the Row Groups, press F4 for Properties.
Set RepeatOnNewPage = True.
Report
I can see the headers on the second page now.
Comments