I have a report in SSRS that starts with three header rows and then has a total row. I want the three header rows to repeat on each page, but not the total row.
For the three header rows, I have their property settings at:
KeepWithGroup - After
RepeatOnNewPage - True
and the total row at:
KeepWithGroup - None
RepeatOnNewPage - False
When trying to preview the report, I get the following error message:
The tablix 'table1' has an invalid TablixMember. The TablixMember must have the same value set for the RepeatOnNewPage property as those following or preceding the dynamic TablixMember. (Expected Value: "True"; Actual Value: "False")
I've experimented with other settings, but I can't seem to get this to work. I have a group and detail set immediately following the total row, which is listed as static in the Row Groups listing. I also have the same total row at the end of the report.
Any help or suggestions would be appreciated.