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 data has been retrieved and processed for the report.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property HasSnapshot As Boolean
Get
Set
'Usage
Dim instance As ExecutionInfo
Dim value As Boolean
value = instance.HasSnapshot
instance.HasSnapshot = value
public bool HasSnapshot { get; set; }
public:
property bool HasSnapshot {
bool get ();
void set (bool value);
}
member HasSnapshot : bool with get, set
function get HasSnapshot () : boolean
function set HasSnapshot (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean value.
Hinweise
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.