I have a SSRS 2008 Report and whenever exported to excel by default it’s top rows become freeze.I don’t want so.how can i?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The renderer will always freeze whatever rows it produced from the Header of your SSRS report. I don’t think you can avoid the freezing unless you remove the Header section of your report.
There is, after doing some research, a Device Information flag for
SimplePageHeaders, whichMaybe you can use that to prevent the report header from showing up in the Excel document at all. There is another SO post that sort of describes how to reconfigure the Excel renderer on the server (or create a custom one) that will omit the header using the
SimplePageHeadersdevice information flag for Excel.