How to display Table header in the multiple pages if we cannot include the Table header either in "Page Header or Footer" . Basically i dont want the table header to display in the first page because its already there in the the body.
i have tried putting table header in the Page header then tried to hide it with
=iif(Globals!PageNumber = 1, TRUE, FALSE)
it works, But its destroying my other information(Like images and Report Name) in the Page Header by putting everything on the left side (No Idea why).
Please help me fix this.