'Declaration Public Overloads Shared Function ClearCachedDocument( _ ByVal fileName As System.String, _ ByVal reportName As System.String _ ) As System.Boolean
public static System.bool ClearCachedDocument( System.string fileName, System.string reportName )
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.