ReportingService2006.DeleteReportHistorySnapshot 메서드

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Sub DeleteReportHistorySnapshot ( _
    Report As String, _
    HistoryID As String _
)
‘사용 방법
Dim instance As ReportingService2006 
Dim Report As String 
Dim HistoryID As String

instance.DeleteReportHistorySnapshot(Report, _
    HistoryID)
public void DeleteReportHistorySnapshot(
    string Report,
    string HistoryID
)
public:
void DeleteReportHistorySnapshot(
    String^ Report, 
    String^ HistoryID
)
member DeleteReportHistorySnapshot : 
        Report:string * 
        HistoryID:string -> unit
public function DeleteReportHistorySnapshot(
    Report : String, 
    HistoryID : String
)

매개 변수

  • Report
    유형: System.String
    The fully qualified URL of the report including the file name and .rdl file name extension.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

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.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스