SSRS page header not shown

Hi,

Try to do the following,

  1. we need to set the properties of static member of the row groups.
  2. select tablix and click on the small drop down arrow on the right side of the Row Groups/Columns Groups header. Then select Advanced Mode.
    3.Now select 1st static member. After selecting 1st member, top left cell of the tablix will be selected in the report designer.
    4.Now press F4 or manually open property page. In that, set property RepeatOnNewPage to True. Also set KeepWithGroup property to After.
  3. If still issue is not solved then set FixedData property to True in property page of first static member in row group. It will reproduce table header on every page of report.

Regards,

Raghav.