SSRS Table Header Duplicating

Hello.

Is anyone able to help me resolve this?

The header of my table keeps repeating itself after each line.

It’s every annoying and I don’t know how to fix it :confused:

Is that row (with the header info) inside the group containing the row for your data?

Yes it is.

Then that’s your problem. Every row inside the group will be printed with every record of that groups grouping. Look at the following:

Imagine that’s a very basic report of Orders.

  • The inner most group (in red) would be Release info, with it grouped by OrderRelNum.
  • Moving outward, the next group (green) would be Line info, grouped by OrderLine
  • Continuing outward, the next group (black) would be Header info, grouped by OrderNum.

You’d want to place the “header row” for your releases(rowsin the red group), inside the Line group (green), just above the first row of the red group.

The area inside the green, but below prints after all the red rows for the active green group have printed.

2 Likes