Report.CacheState Property

Definition

Gets or sets a value that indicates that objects to be rendered should be cached.

public:
 property bool CacheState { bool get(); void set(bool value); };
public bool CacheState { get; set; }
member this.CacheState : bool with get, set
Public Property CacheState As Boolean

Property Value

A Boolean value that indicates objects to be rendered will be cached.

Remarks

Any attempt to access the object after this flag is set will caused the objects to be retrieved from the reporting object model cache. Set this flag to false to prevent objects from being cached.

Applies to