Share via


ReportingService2005.DeleteReportHistorySnapshot Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Sub DeleteReportHistorySnapshot ( _
    Report As String, _
    HistoryID As String _
)
public void DeleteReportHistorySnapshot (
    string Report,
    string HistoryID
)
public:
void DeleteReportHistorySnapshot (
    String^ Report, 
    String^ HistoryID
)
public void DeleteReportHistorySnapshot (
    String Report, 
    String HistoryID
)
public function DeleteReportHistorySnapshot (
    Report : String, 
    HistoryID : String
)

Parameters

  • Report
    The full path name of the report.
  • HistoryID
    The ID of the report history snapshot to be deleted.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace