Repeating columns Headers

  • How do i make all the Columns and report name repeatably in all pages. I tried to change RepeatOnNewPage =True of static in Row Groups. I also have table1_Details_Group(which is orange in color). Do i have to make any changes here ?? Some one please help me.

  • I make that setting on all the groups above the static row. Also I have seen suggestions that KeepWithGroup = After helps. I have seen several threads on this subject in the past here on SSC that you can search for, or just Google SSRS repeating headers and you will probably find everything you need.

    I will say that this setting is a bit flakey. If you delete groups, or rearrange things substantially after setting it tends to break. I have had the best luck making the setting early on and then being careful with the rest of report development.

  • set the properties of the (Static) row to the following:

    Keep Together--True

    KeepWithGroup--After

    RepeatOnNewPage--True

    You will see the row headers repeating on every page. Do the same for all other static rows you want to repeat on each page. Make sure that there exists at least one group (Eg: Details_Group) after that static row..

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply