Hi there,
I have a .Net solution that retrieves SSRS data in XML format, and then uses this to create interactive SVG.
However, I am having trouble now that I upgraded to SQL Server 2012 Web Edition.
The error message says that the format is not supported, but when I check the fine print of the feature matrix here:
https://msdn.microsoft.com/en-us/library/cc645993(v=SQL.110).aspx#Reporting
It states that "Word Export and Rich Text Support" (with the caveat that exporting to XML is not supported in SQL Server Express with Advanced Services) is part of the web edition.
Since I have the web edition and not express with advanced services things should be working.
I have checked the rsreportserver.config file and xml is most definitely in there as a format.
Can anyone help? This worked perfectly fine on SQL Server 2005.
Thanks in advance.