Partilhar via


Propriedade do RDL Report.CacheState

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering