In an existing SSRS 2008 R2 report, I want to modify the report so that users can hide the headers when exporting the report to Excel. By allowing users to hide the headers when exporting the SSRS 2008 report to Excel, they can sort and filter the data. This eliminates the possibility of displaying a pop-up error in Excel in a pop-up window that indicates the presence of a merged cell
My question is: when I hide the headers and export the report to Excel, an empty row appears before the data headers and columns appear in Excel. Basically, row number 1 in the cell is empty, and the data and column headers are displayed starting from column number 2.
So you can tell me how to remove the empty row in row # 1 when the data is exported to Excel?
source
share