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