ReportingService2006.DeleteReportHistorySnapshot(String, String) Method

Definition

Deletes an individual report history snapshot for a specified report. If errors occur, the report history snapshot is not deleted.

public:
 void DeleteReportHistorySnapshot(System::String ^ Report, System::String ^ HistoryID);
public void DeleteReportHistorySnapshot (string Report, string HistoryID);
member this.DeleteReportHistorySnapshot : string * string -> unit
Public Sub DeleteReportHistorySnapshot (Report As String, HistoryID As String)

Parameters

Report
String

The fully qualified URL of the report including the file name and .rdl file name extension.

HistoryID
String

The ID of the report history snapshot to be deleted, returned by the CreateReportHistorySnapshot(String, Warning[]) method.

Remarks

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

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.DeleteVersions>

The length of the Report parameter cannot exceed 260 characters; otherwise, a SOAP exception is thrown with the error code rsItemLengthExceeded.

The Report parameter cannot be null or empty or contain the following reserved characters: : ? ; @ & = + $ , \ * > < | . ". You can use the forward slash character (/) to separate items in the full path name of the folder, but you cannot use it at the end of the folder name.

Use the ListReportHistory method to retrieve the HistoryID property of the report history snapshot that you want to delete.

Applies to