C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / ClearCachedDocument Method / ClearCachedDocument(String,String) Method
Name of the file.
Name of the report.

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

Parameters

fileName
Name of the file.
reportName
Name of the report.

Return Value

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