C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / ClearCachedDocument Method / ClearCachedDocument(String) Method
The document key.

In This Topic
ClearCachedDocument(String) Method
In This Topic
Removes a previously cached document from cache.
Syntax
'Declaration
 
Public Overloads Shared Function ClearCachedDocument( _
   ByVal documentKey As System.String _
) As System.Boolean
 

Parameters

documentKey
The document key.

Return Value

Returns true if the specified document has actually been removed from the cache.
See Also