In order to fix this issue, you need to remove a few lines of code from the XML.
-
- Replace xmlns with:
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
- Remove only the Report Section header and footer tags (leave the child elements)
<ReportSections> <ReportSection> ..................................
- Replace xmlns with: