Class
ReportEngineSettings

Specifies the report engine settings of a report. These settings will be respected during the processing and rendering stage of the report lifecycle.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ReportEngineSettingsConverter))]
public class ReportEngineSettings

Inheritance: objectReportEngineSettings

Constructors

ReportEngineSettings(ReportObject)

TODO: Add documentation.

Declaration

cs-api-definition
public ReportEngineSettings(ReportObject store)

Parameters

store

ReportObject

Properties

CacheDefinitionProperties

Gets or sets CacheDefinitionProperties value for the Report.

Declaration

cs-api-definition
public CacheDefinitionProperties CacheDefinitionProperties { get; set; }

Property Value

CacheDefinitionProperties

A CacheDefinitionProperties representing whether or not the report definition properties will be cached. The default value is Default which will use the value set in the application configuration file.

Remarks

The value of the property determines whether the report definition properties will be cached during the processing, making them immutable. By default the caching is enabled for performance purposes. If the report definition properties need to be modified at runtime, disable the caching by setting the value to No.