Метод 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 |
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.