【发布时间】:2013-11-07 22:21:39
【问题描述】:
对于 SQL Server 2008 Reporting Services 安装,检查给定报告(由报告名称 + 报告路径给出,例如 /MyReports/SomeOddballReport)是否存在(或不存在)的“最便宜”方法是什么?
我在 ReportServer Web 服务上看到了很多潜在的候选人 - 哪个最快,哪个使用最少的系统资源??
FindItems()GetReportDefinition()GetReportLink()GetProperties()
还有其他我想念的吗?感谢您的任何提示和指示!我发现 Reporting Services webservice 接口缺少文档和示例,真的......
【问题讨论】:
标签: reporting-services ssrs-2008