Compartir a través de


CacheState Propiedad

Obtiene o establece un valor que indica que los objetos que se van a representar deben estar almacenados en memoria caché.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Property CacheState As Boolean
    Get
    Set
'Uso
Dim instance As Report
Dim value As Boolean

value = instance.CacheState

instance.CacheState = value
public bool CacheState { get; set; }
public:
property bool CacheState {
    bool get ();
    void set (bool value);
}
member CacheState : bool with get, set
function get CacheState () : boolean
function set CacheState (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
Valor Boolean que indica que los objetos que se van a representar se almacenarán en la memoria caché.

Comentarios

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.