Compartir a través de


CacheRefreshPlanState.CachingNotEnabledOnItem Propiedad

Gets or sets a Boolean value that indicates whether an error occurred because caching is not enabled in the report or shared dataset.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property CachingNotEnabledOnItem As Boolean 
    Get 
    Set
'Uso
Dim instance As CacheRefreshPlanState 
Dim value As Boolean 

value = instance.CachingNotEnabledOnItem

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

Valor de la propiedad

Tipo: System.Boolean
true if caching is not enabled on the report or shared dataset; otherwise, false.

Vea también

Referencia

CacheRefreshPlanState Clase

Espacio de nombres ReportService2010

Otros recursos

Almacenar en caché conjuntos de datos compartidos (SSRS)

Informes almacenados en caché (SSRS)