C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / HasCachedDocument Method
Name of the file.
Name of the report.

In This Topic
HasCachedDocument Method (C1ReportViewer)
In This Topic
Determines whether a previously cached report or document is available.
Syntax
'Declaration
 
Public Shared Function HasCachedDocument( _
   ByVal fileName As System.String, _
   ByVal reportName As System.String _
) As System.Boolean
 

Parameters

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