ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / ClearCachedDocument Method
The document key.

In This Topic
    ClearCachedDocument Method (C1WebReportServiceHelper)
    In This Topic
    Removes a previously cached document from server cache/memory, releases all related resources.
    Syntax
    'Declaration
     
    Public Sub ClearCachedDocument( _
       ByVal documentKey As System.String _
    ) 
    public void ClearCachedDocument( 
       System.string documentKey
    )

    Parameters

    documentKey
    The document key.
    See Also