ReportingService2005.ListReportHistory(String) Method

Definition

Returns a list of report history snapshots and their properties for a specified report.

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()

Parameters

Report
String

The full path name of the report.

Returns

An array of ReportHistorySnapshot objects that represent the report history snapshots of the report.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ListHistory

Applies to