ExecutionInfo.HasSnapshot 属性

定义

指示是否已为报表检索并处理数据。

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

属性值

一个 Boolean 值。

注解

当此属性为 true时,对 方法的下一次调用Render不会导致处理快照。 报表将立即呈现,或者重新处理,然后呈现。

适用于