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