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 值。

注解

这在以下情况下为 true:

  • Render 已调用报表。

  • 更改报表的任何参数值时。

  • 如果已设置一组新的凭据。

  • 如果在ResetExecution实时或临时快照上调用 。

  • 如果此属性为 true,则下一次调用 Render 方法将导致创建或重新处理快照。

适用于