0

In a simple report in SSRS, I needed to repeat column headers of a tablix. I did what I had seen on http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx (and many other websites) and it works. But it adds a blank page to the end of report preview! If I disable column header repeating, the blank page disappears.

How can I solve this? I searched a lot.

Delphi.Boy
  • 1,199
  • 4
  • 17
  • 38

1 Answers1

2

it could be an issue with margins of your report. see SSRS giving a blank page at the end of report

This is usually caused because some of your page items... text boxes, rectangles, lines, tables... fall outside of the margins.

Community
  • 1
  • 1
StackTrace
  • 9,190
  • 36
  • 114
  • 202