Método ReportingService2005.FlushCache
Invalidates the cache for an individual report.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Sub FlushCache ( _
Report As String _
)
'Uso
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
)
Parâmetros
- Report
Tipo: System.String
The fully qualified URL of the report.
Comentários
The table below shows header and permissions information on this operation.
SOAP Headers |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
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.