views:

676

answers:

2

I'm using Reporting Services 2008 and Report Builder 2.0. I've used a tablix to display my data in a simple way - essentially each row in the database receives a row in the tablix - nothing fancy. I have a header row with a name for each column. I also have a super-header which groups together a few of the columns into logical groups (e.g. basics, address related, etc.). Now when I generate the report everything looks beautiful - but if I page to the next page it doesn't show the headers. I've tried setting the Repeat Header Rows on Each Page but it doesn't seem to help?

A: 

In your RDLC file, make sure that you have a Header node specified. It is possible that you are referring to your "Table" headers, which is not the same as the Report RDLC Header. The Report Header is the one that will repeat using the RepeatHeader property.

Jon
+1  A: 

I solved selected advanced next to row groups and column groups then it would show me the additional header rows. I could then select one of these header rows and change the property RepeatOnNewPage to True.

davemackey