CacheState 속성
렌더링할 개체를 캐시해야 함을 나타내는 값을 가져오거나 설정합니다.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Property CacheState As Boolean
Get
Set
‘사용 방법
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)
속성 값
유형: System. . :: . .Boolean
렌더링할 개체를 캐시할지를 나타내는 Boolean 값입니다.
주의
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.