Report.CacheState 屬性

定義

取得或設定值,指出應該快取要轉譯的物件。

public:
 property bool CacheState { bool get(); void set(bool value); };
public bool CacheState { get; set; }
member this.CacheState : bool with get, set
Public Property CacheState As Boolean

屬性值

Boolean

Boolean 值,指出會快取要轉譯的物件。

備註

在設定此旗標之後,任何嘗試存取物件的動作都會導致從報表物件模型快取中抓取物件。 將此旗標設定為 false ,以防止快取物件。

適用於