MNR
MNR

Reputation: 1073

SSRS Exporiting to excel

Iam desing A Report in ssrs and Set Header ,footer and body images for report,Then i click on export to pdf its working fine,but Export excel Header and footer images are not display,Please help me

Upvotes: 2

Views: 1112

Answers (2)

hemanth
hemanth

Reputation: 587

I have tried in SSRS 2005,2008 and 2008 R2 it is working every version for header, not for footer. When we export to excel header part will be displayed but footer part will not be displayed.

Upvotes: 0

niktrs
niktrs

Reputation: 10056

This is due to export limitation of reporting services to excel

From MSDN

Page footers are rendered in the Excel footer section.

Because of Excel limitations, text boxes are the only type of report item that can be rendered in the Excel header/footer section.

More info at http://msdn.microsoft.com/en-us/library/dd255234.aspx#PageHeadersFooters

Upvotes: 2

Related Questions