Méthode ReportingService2005.FlushCache

Invalidates the cache for an individual report.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Sub FlushCache ( _
    Report As String _
)
'Utilisation
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
)

Paramètres

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

Notes

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.

Voir aussi

Référence

ReportingService2005 Classe

Espace de noms ReportService2005