Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the snapshot associated with the execution needs to be created or reprocessed.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property NeedsProcessing As Boolean
Get
Set
'Usage
Dim instance As ExecutionInfo
Dim value As Boolean
value = instance.NeedsProcessing
instance.NeedsProcessing = value
public bool NeedsProcessing { get; set; }
public:
property bool NeedsProcessing {
bool get ();
void set (bool value);
}
member NeedsProcessing : bool with get, set
function get NeedsProcessing () : boolean
function set NeedsProcessing (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean value.
Hinweise
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.