HasCachedDocument(String,String) Method
Checks whether a previously cached report or document is available.
System.bool HasCachedDocument(
System.string ,
System.string
)
'Declaration
Overloads Function HasCachedDocument( _
ByVal As System.String, _
ByVal As System.String _
) As System.Boolean
Parameters
- fileName
- Report or document file name.
- reportName
- Report name.
Return Value
true
if a cached report or document is available, false
otherwise.