IsDataSourceCacheExist: Boolean;
IsDataSourceCacheExist: boolean;
The IsDataSourceCacheExist property returns 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 example of property use are given in the description of IEaxAnalyzerCore.CreateDataSourceCache.
See also: