Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,
I'm preparing a .rdlc report using c#. When I'll view the report, it shows the column headers, but when I preview the print layout , the column headers show only on the first page, it doesn't print on any other pages. I've tried to solve this problem by Tick the Tablix properties, call "Repeat Header Row on Each Page" and "Repeat Header Column on Each Page", but it doesn't work for me, can anyone help me to fix this issue.
Posted

Hi,

Please try this, go to Tablix Properties -> General Tab -> Row Headers -> Repeat header rows on each page(Check this textbox).

Also, in your groups, click on the parent group, and in the Column Groups(the right pane), select Advanced Mode. Now select your Parent Groups Static row and press F4.
The properties tab will appear, and in the properties tab, set KeepWithGroup = After and RepeatOnNewPage = true.

For more, refer to this link : http://social.technet.microsoft.com/wiki/contents/articles/19398.ssrs-how-to-repeat-headers-on-each-page.aspx[^]

Hope this helps !

Regards,
Praneet
 
Share this answer
 
Refer the link to get the detailed solution:
http://msdn.microsoft.com/EN-US/library/cc627566.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900