Compartir a través de


ExecutionInfo.HasSnapshot Propiedad

Indicates whether data has been retrieved and processed for the report.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property HasSnapshot As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Comentarios

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.

Vea también

Referencia

ExecutionInfo Clase

Espacio de nombres ReportExecution2005