ExecutionInfo.HasSnapshot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether data has been retrieved and processed for the report.
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
Property Value
A Boolean
value.
Remarks
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.