Freigeben über


ReportingService2005.FlushCache-Methode

Invalidates the cache for an individual report.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Sub FlushCache ( _
    Report As String _
)
'Usage
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
)

Parameter

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

Hinweise

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.

Siehe auch

Verweis

ReportingService2005 Klasse

ReportService2005-Namespace