IsDataSourceCacheExist: Boolean;
The IsDataSourceCacheExist property returns the result of checking if express report contains a cache object.
The property returns:
If the property is set to False, data source of the specified express report does not have a cache object.
If the property is set to True, data source of the specified express report has got a cache object.
The examples of property use are given in the description of IEaxAnalyzeCore.CreateDataSourceCache.
See also: