IsDataSourceCacheExist: Boolean;
IsDataSourceCacheExist: boolean;
The IsDataSourceCacheExist property returns result of checking whether 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 IEaxAnalyzer.CreateDataSourceCache.
See also: