Enum
CacheDefinitionProperties

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:

cs-api-definition
public enum CacheDefinitionProperties

Fields

Default

Determines whether the cache will be enabled based on the 'cacheDefinitionProperties' key in the 'processing' element in the application configuration file.

Declaration

cs-api-definition
Default = 0

Field Value

CacheDefinitionProperties

No

Disables the caching of the report definition properties.

Declaration

cs-api-definition
No = 2

Field Value

CacheDefinitionProperties

Yes

Enables the caching of the report definition properties.

Declaration

cs-api-definition
Yes = 1

Field Value

CacheDefinitionProperties

In this article
DefinitionFieldsDefaultNoYes
Not finding the help you need?
Contact Support