다음을 통해 공유


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 네임스페이스