English 中文(简体)
SSRS Sharepoint 集成模式:我的递归参数在哪里?
原标题:
  • 时间:2008-10-20 12:46:47
  •  标签:

有人能告诉我为什么SSRS Web服务ReportService2005.asmx在ListChildren上具有递归参数,而与Sharepoint集成模式版本ReportService2006.asmx不具有递归参数呢?

ReportService2005:

public CatalogItem[] ListChildren (
    string Item,
    bool Recursive
)

参考资料:http://technet.microsoft.com/en-us/library/reportservice2005.reportingservice2005.listchildren.aspx

报告服务2006:

public CatalogItem[] ListChildren (
    string Item
)

参考:http://technet.microsoft.com/en-us/library/reportservice2006.reportingservice2006.listchildren.aspx

如果我想在SharePoint集成模式下列出子项目,我是否需要自己递归?

删除这个参数的原因是什么?

谷歌没有显示任何东西...

最佳回答

我通过编写自己的代码递归检索所需的目录来解决了这个问题。

问题回答

暂无回答




相关问题
热门标签