sathiya murthy
sathiya murthy

Reputation: 11

Sub Report Header not showing in Main Report

I have one main report that's calling a sub-report.

Inside this sub report I have a tablix. The tablix size will grow based on the data available in the column grouping.

I have one header above tablix of constant size. I need to show the header on all of the pages, if the first group value contains multiple pages.

Upvotes: 1

Views: 2456

Answers (1)

Robert Iver
Robert Iver

Reputation: 741

Your question is kind of vague, but to show the header of a tablix on multiple pages, the process is like this:

  1. Click the small dropdown arrow at the far right of the "Rows" and "Columns" section in the "Grouping" pane (By default, it's located at the bottom, center of the design window)
  2. Click "Advanced Mode"
  3. Click the "Static" row grouping for the tablix at the grouping level you want
  4. In the Properties section, change the "RepeatOnNewPage" property to "True"

enter image description here

I hope this helps.

Upvotes: 2

Related Questions