I am using SSRS 2008r2 and importing the rdl into SharePoint 2010.The rdl worked fine and when imported into SharePoint 2010, it also worked without any problems.A new requirement was given to see the Excel tab names when exporting the spreadsheet. I added a variable in the Tablix PageName to allow the tabs to have their individual name. It worked fine as a standalone report. The xml headers changed From<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">To<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">And saw this error message:I imported the rdl into SharePoint 2010 and attempted to add the Data Source into Manage Data SourcesSystem.Web.Services.Protocols.SoapException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' which cannot be upgraded.at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.GetItemDataSources(String Item, DataSource[]& DataSources)atMicrosoft.ReportingServices.WebServer.ReportingService2006.GetItemDataSources(String Item, DataSource[]& DataSources) Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: f0a9d2f6-a59b-4207-96a1-bcae60fd396e Date and Time: 1/2/2013 1:01:38 PMCan someone help me to fix this problem?
↧