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


Свойство ExecutionInfo.HasSnapshot

Indicates whether data has been retrieved and processed for the report.

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Property HasSnapshot As Boolean 
    Get 
    Set
'Применение
Dim instance As ExecutionInfo 
Dim value As Boolean 

value = instance.HasSnapshot

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

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

Тип: System.Boolean
A Boolean value.

Замечания

When this property is true, the next call to the Render method will not cause processing of a snapshot. The report will either be rendered immediately, or reprocessed and then rendered.

См. также

Справочник

ExecutionInfo Класс

Пространство имен ReportExecution2005