Enum CacheDefinitionProperties
Specifies the CacheDefinitionProperties value in a report. Determines if the report definition properties will be cached during the processing, making them immutable.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum CacheDefinitionProperties
Default
Determines whether the cache will be enabled based on the 'cacheDefinitionProperties' key in the 'processing' element in the application configuration file.
No
Disables the caching of the report definition properties.
Yes
Enables the caching of the report definition properties.