Skip to content Skip to sidebar Skip to footer

Ssrs 2008 Export To Microsoft Word Does Not Include Headers And Footers

I have a report, which was recently converted from SSRS2005 to SSRS2208. The report header has a background, which is calculated depending on the page number. In the report footer

Solution 1:

I'm not sure how to do it, but I might have an idea. In SSRS 2005, with export to Excel you had to change the Excel Device Information Settings in the config file of SSRS to use SimplePageHeaders: http://msdn.microsoft.com/en-us/library/ms155069(SQL.90).aspx (How to: http://mysqlserverblog.com/2008/01/03/changing-export-options-for-reporting-services.aspx)

I looked up the Word Device Information Settings, but as far as I can tell, there no such setting: http://msdn.microsoft.com/en-us/library/cc281123.aspx

But good luck!

Solution 2:

From some experimenting, it seems that the export to Word Document feature doesn't work if

  • header or footer items have properties that are calculated depending on the page number
  • headers and footers have background images

Simplifying the header and footer contents should make them to appear.

There are probably more situations where the headers and footers don't export to Microsoft Word, than the two I've listed. As far as I'm aware there isn't a way to get more complex headers and footers to work with the export to Word Document feature.

Solution 3:

I have a report where the header and footer is exported correctly however on the first page Word interprets the footer to be different and for some reason hides it. There appears to be a little height difference between the first and the rest of the pages.

If you edit the footer ther is a checkbox in Word 2007 and 2010 that allows you to show it anyway. Don't know why SSRS exports it differently between the first and other pages.

Post a Comment for "Ssrs 2008 Export To Microsoft Word Does Not Include Headers And Footers"