ExecutionInfo.HasSnapshot Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si les données ont été récupérées et traitées pour le rapport.
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
Valeur de propriété
Valeur Boolean
.
Remarques
Lorsque cette propriété a true
la valeur , l’appel suivant à la méthode n’entraîne pas le Render traitement d’un instantané. Le rapport est rendu immédiatement ou retraité, puis rendu.