HasCachedDocument Method (C1ReportViewer)
Determines whether a previously cached report or document is available.
public static System.bool HasCachedDocument(
System.string ,
System.string
)
'Declaration
Public Shared Function HasCachedDocument( _
ByVal As System.String, _
ByVal As System.String _
) As System.Boolean
Parameters
- fileName
- Name of the file.
- reportName
- Name of the report.