Scenario :
We have created a simple detail report. When we preview report it shows header on first page but after that it does not show Header Row. We want to see the Header Row on each page.Solution :
Here are the steps we need to perform to shown Header Row on each page.
Step 1 : Click on Drop down arrow next to Column Groups as shown below
Step 2:
Click on Static under Row Groups and Press F4 to go to properties as shown below
Step 3:
Set KeepTogether=True
and KeepWithGroup=After
With above changes you should be able to see the Header Row on each of the page.
But when I export report to PDF. The header is not repeating on each page.
ReplyDeleteI am talking about the textbox. for which we have set repeatwith property.
Delete