FlushCache Method
SQL Server 2000
ReportingService.FlushCache Method
Invalidates the cache for an individual report.
Public Sub FlushCache( _ ByVal Report As String _ ) Member of [Namespace].ReportingService
public void FlushCache( string Report ) Member of [Namespace].ReportingService
Parameters
- Report
- The full path name of the report.
Permissions
| Operation | Description |
|---|---|
| Generate Events | Required to trigger events that are configured in the report server. |
Remarks
Calling the FlushCache method on a non-cached report does not produce an error.