Compartir a través de


Report.CacheState Property

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

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Property CacheState As Boolean
public bool CacheState { get; set; }
public:
property bool CacheState {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CacheState ()

/** @property */
public void set_CacheState (boolean value)
public function get CacheState () : boolean

public function set CacheState (value : boolean)

Valor de propiedad

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

Notas

Nuevo:5 de diciembre de 2005

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.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace