ExecutionInfo.NeedsProcessing 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 the snapshot associated with the execution needs to be created or reprocessed.
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
Property Value
A Boolean
value.
Remarks
This is true when:
Render has been called for a report.
When any parameter values for a report have been changed.
If a new set of credentials has been set.
If ResetExecution is called on a live or ad-hoc snapshot.
When this property is true, the next call to the Render method will cause the snapshot to be created or reprocessed.