0

I have designed simple SSRS report, the thing is like I have data which is splitted into master details using sub-reports, and I have kept these into a Row Group control in body part of main report.

Here the header which I placed in main report is getting repeated only as per row and it is not visible if a details of specific records is gets spilled over next page.

How can I show the header on each and every page irrespective of the row (record)?

Please find below screen shot for details.

screenshot

aduguid
  • 2,682
  • 6
  • 15
  • 34
CSharpDev
  • 157
  • 1
  • 2
  • 20

1 Answers1

-1

Please see link to answer below:

You'll want to select the the Advanced Mode where you can select row detail. Here, you should be able to select the Static row columns. On the right in the Properties, you'll want to set "RepeatOnNewPage" to True

SSRS How to repeat the table header on each page in print preview

Community
  • 1
  • 1
Geo
  • 328
  • 1
  • 4
  • 19
  • I already tried with this solution and facing with an below error: The tablix 'Tablix8' has an invalid TablixMember. All TablixMember elements in a TablixColumnHierarchy must have the RepeatOnNewPage property set to false. This is only because I have used Group Box for the entire body area to show relative records on respective pages. – CSharpDev Mar 17 '16 at 06:26
  • Could you post a picture of the layout and the Row detail information with an indicator of what you are trying to achieve? It would be very helpful – Geo Mar 17 '16 at 14:42