SSRS report - column headers on each page
When you have an SSRS report and it's a table where there is a lot of data and you want to see the column headers on each page, the way to do this is as follows. Highlight the table in visual studio, and below where it shows column groups to the right of that there is a drop down. Use this to select advanced mode. Then back to the left, select the top-most Static group - this should be the row with all of your labels. On the far right, make sure the option RepeatOnNewPage is True.
Comments
Post a Comment