Export to Data Feed Missing

  • I recently installed SSRS 2016 and noticed there is not an option to Export to Data Feed in either Report Server, Report Builder, or Visual Studio. I've searched to see if it is a deprecated feature with 2016 but have not found an answer. Is/should it still be available? If so, is it a feature I have to enable?

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • I finally figured out what the issue was. I found that in the rsreportserver.config file this line existed

    <Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="False"/>

    I had to update it to

    <Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="True"/>

    which made it visible. I'm not sure why that was set to false but it's also good to know that you can eliminate other options such as Excel, PDF, etc by setting their properties to False.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply