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.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ReportEngineSettings
Constructors
ReportEngineSettings(ReportObject)
Properties
CacheDefinitionProperties
Gets or sets CacheDefinitionProperties value for the Report.
Declaration
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.