Click or drag to resize

StiOptionsEngineReportCache Class

A Class for managing of the report cache.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiOptionsEngineReportCache

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class ReportCache

The StiOptionsEngineReportCache type exposes the following members.

Constructors
  NameDescription
Public methodStiOptionsEngineReportCache
Initializes a new instance of the StiOptionsEngineReportCache class
Top
Properties
  NameDescription
Public propertyStatic memberAllowGCCollect
Gets or sets value which indicates that report engine can start the Garbage Collector during report rendering in the report cache.
Public propertyStatic memberAmountOfProcessedPagesForStartGCCollect
Gets or sets lower bound of starting the Garbage Collector.
Public propertyStatic memberAmountOfQuickAccessPages
Gets or sets amount of quick access pages. This value must be greater than 5.
Public propertyStatic memberCachePath
Gets or sets value which specifies path for the report cache.
Public propertyStatic memberDisposeImagesOnPageClear
Gets or sets value which indicates that report engine can dispose the images during report rendering in the report cache.
Public propertyStatic memberLimitForStartUsingCache
Gets or sets lower bound of starting using the cache of the report.
Public propertyStatic memberOptimizeEndRenderSetText
Gets or sets value which indicates that optimization is used for SetText on EndRender.
Public propertyStatic memberThreadMode
Gets or sets a thread mode.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also