Repeat the table in all the pages
Hi Team,
In SSRS is it possible repeat the entire table (i have created a table to show the selected parameter values) in all the pages?
Thanks,
Eshwar.
May 28th, 2012 5:19am
Hi There
There are couple of ways you can achieve this. Firstly and the easiest way is
Create Page header
Put a textbox inside your page header and set
cangrow property to trueyou can
put your parameter values inside page header in that textbox and it will repeat with each page
Secondly you can create a row above header row of you tablix and merge the columns to that header row and then put the parameter inside that table
header row in this case it will repeat with tablix data on every page
If you have any question please let me know.
Many Thanks
Syed Qazafi Anjum
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful
Free Windows Admin Tool Kit Click here and download it now
May 28th, 2012 5:45am


