New to Telerik ReportingStart a free 30-day trial

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:

C#
[TypeConverter(typeof(ReportEngineSettingsConverter))]
public class ReportEngineSettings

Inheritance: objectReportEngineSettings

Constructors

TODO: Add documentation.

C#
public ReportEngineSettings(ReportObject store)
Parameters:storeReportObject

Properties

Gets or sets CacheDefinitionProperties value for the Report.

C#
public CacheDefinitionProperties CacheDefinitionProperties { get; set; }
Property Value:

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.