ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / HasCachedDocument Method / HasCachedDocument(String,String) Method
Report or document file name.
Report name.

In This Topic
    HasCachedDocument(String,String) Method
    In This Topic
    Checks whether a previously cached report or document is available.
    Syntax
    'Declaration
     
    Overloads Function HasCachedDocument( _
       ByVal fileName As System.String, _
       ByVal reportName As System.String _
    ) As System.Boolean
    System.bool HasCachedDocument( 
       System.string fileName,
       System.string reportName
    )

    Parameters

    fileName
    Report or document file name.
    reportName
    Report name.

    Return Value

    true if a cached report or document is available, false otherwise.
    See Also