Expand Minimize
This topic has not yet been rated - Rate this topic

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.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.