Share via


ReportingService2005.FlushCache 메서드

Invalidates the cache for an individual report.

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

구문

‘선언
Public Sub FlushCache ( _
    Report As String _
)
‘사용 방법
Dim instance As ReportingService2005 
Dim Report As String

instance.FlushCache(Report)
public void FlushCache(
    string Report
)
public:
void FlushCache(
    String^ Report
)
member FlushCache : 
        Report:string -> unit
public function FlushCache(
    Report : String
)

매개 변수

  • Report
    유형: System.String
    The fully qualified URL of the report.

주의

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

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdatePolicy

Calling the FlushCache method on a non-cached report does not produce an error.

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.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스