Repeat header columns on each page not working
Reference: Visual Studio 2008, Microsoft SQL Server 2008
Youโve created a table in Reporting Services, added data, added column headers and youโre now trying to set the column headers to repeat on every page.
You right click the top left corner handle for the table, click Tablix Properties and check Repeat header columns on each page. It doesnโt work.
Try this.
Under your main report window youโll see a divided pane with the headers Row Groups and Column Groups.
- Click the down arrow to the right of Column Groups and check Advanced Mode.
- Click the first (Static) record in the left Row Groups pane.
- In the Properties toolbar on the lower right, set the following:
- RepeatOnNewPage: True
- KeepWithGroup: After
- FixedData: True
Iโd suggest leaving Repeat header columns on each page checked in case future versions of Reporting Services is updated to only require this selection.
Good luck!
Leave a comment