ReportingService2005.ListReportHistory(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定报表的报表历史记录快照及其属性的列表。
public:
cli::array <ReportService2005::ReportHistorySnapshot ^> ^ ListReportHistory(System::String ^ Report);
public ReportService2005.ReportHistorySnapshot[] ListReportHistory (string Report);
member this.ListReportHistory : string -> ReportService2005.ReportHistorySnapshot[]
Public Function ListReportHistory (Report As String) As ReportHistorySnapshot()
参数
- Report
- String
报表的完整路径名。
返回
一个表示报表的报表历史记录快照的 ReportHistorySnapshot 对象的数组。
注解
下表显示了有关此操作的标头和权限信息。
SOAP 标头 | (Out) ServerInfoHeaderValue |
所需的权限 | ListHistory |