ComponentOne Dialog for ASP.NET Web Forms
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
    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.
    See Also