다음을 통해 공유


CacheRefreshPlanState.CachingNotEnabledOnItem 속성

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

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property CachingNotEnabledOnItem As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

CacheRefreshPlanState 클래스

ReportService2010 네임스페이스

관련 자료

공유 데이터 집합(SSRS) 캐시

보고서 캐시(SSRS)