2017-10-17 91 views
0

我正在尝试关注SSRS documentation,以基于我的某个报告构建符合Atom的数据馈送。无标识符的SSRS Atom数据馈送

环境:SSRS 2012集成到SharePoint 2013 报告:包含地图和Tablix中(两者都应该生成数据馈送)

我明白,你必须下载Atom服务文档,它应该包含数据供稿网址但我卡住了,因为服务文档中的URL没有像文档说的那样的ID。而是URL以:

Command=Render&rs%3AFormat=ATOM&rc%3AItemPath=Tablix1 

如果我尝试导航到此链接,它只是运行报告。

全方位服务DOC:

<?xml version="1.0" encoding="UTF-8"?> 
<service xmlns="http://www.w3.org/2007/app" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom"> 
    <workspace> 
     <atom:title>Countries.rdl</atom:title> 
     <collection href="https://hr.company.com/dashboards/gwa/_vti_bin/ReportServer?https%3a%2f%2fhr.company.com%2fdashboards%2fgwa%2fexec-DEV%2fReports%2fOverview+Reports%2fCountries.rdl&amp;rs%3ACommand=Render&amp;rs%3AFormat=ATOM&amp;rc%3AItemPath=Map2.Map2_PolygonLayer1_Group"> 
     <atom:title>Map2</atom:title> 
     </collection> 
     <collection href="https://hr.company.com/dashboards/gwa/_vti_bin/ReportServer?https%3a%2f%2fhr.company.com%2fdashboards%2fgwa%2fexec-DEV%2fReports%2fOverview+Reports%2fCountries.rdl&amp;rs%3ACommand=Render&amp;rs%3AFormat=ATOM&amp;rc%3AItemPath=Tablix1"> 
     <atom:title>Tablix1</atom:title> 
     </collection> 
    </workspace> 
</service> 

怎样才能Atom提要ID ????

回答

0

似乎没有一个原子标识符由于这样的事实,没有设备设置在RSReportServer.config文件ATOM。