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 命名空間