ReportingService2005.ListReportHistory(String) 方法

定义

返回指定报表的报表历史记录快照及其属性的列表。

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

适用于