Поделиться через


Report.CacheState Property

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

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public Property CacheState As Boolean
public bool CacheState { get; set; }
public:
property bool CacheState {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CacheState ()

/** @property */
public void set_CacheState (boolean value)
public function get CacheState () : boolean

public function set CacheState (value : boolean)

Значение свойства

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

Замечания

Добавления:5 декабря 2005 г.

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.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace