I am trying to create some reports, and I want to show the headers in each page of the reports. I create a table and the uppermost row becomes my header, but it is only shown fo
follwing solution work for me..when you have just single group data in your rdlc file.for multiple group data on file it wont
To repeat columns with row headers in a row group area
1.In Design view, right-click the corner handle for a selected tablix data region, and then click Tablix Properties.
2.On the General tab, under Row Headers, select Repeat header rows on each page.
3.Click OK.