Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
scamper
Yak Posting Veteran
52 Posts |
Posted - 2012-05-24 : 10:45:48
|
In a new SSRS 2008 r2 report that I just created, I would like to have a page header on each page of the report. I am not referring to repeating column headers for a tablix. The tablix is working fine. I would like to the following header repeat on each page. The header would look like the following: report title subreport title tablix table.Can you tell me how to accomplish this goal? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-05-25 : 10:27:01
|
you can add required header to report header part. for subreport title you need to add it to subreport container and select repeating column headers property for it.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|