ExecutionInfo.NeedsProcessing 屬性

定義

指示執行相關的快照是否需要建立或重新處理。

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

屬性值

一個 Boolean 值。

備註

當這種情況發生時,情況為準:

  • Render 已被召喚報告。

  • 當報告的任何參數值被更改時,

  • 如果已經設定了新的憑證。

  • 如果 ResetExecution 在即時或臨時快照中被呼叫。

  • 當此屬性成立時,下一次呼叫該 Render 方法會促使快照被建立或重新處理。

適用於