New to Telerik ReportingStart a free 30-day trial

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
In this article
DefinitionFieldsDefaultNoYes
Not finding the help you need?
Contact Support