ReportingService2005.DeleteReportHistorySnapshot(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | DeleteHistory |
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.