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:
[TypeConverter(typeof(ReportEngineSettingsConverter))]
public class ReportEngineSettings
Inheritance: objectReportEngineSettings
Constructors
TODO: Add documentation.
Properties
Gets or sets CacheDefinitionProperties value for the Report.
public CacheDefinitionProperties CacheDefinitionProperties { get; set; }
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.
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.