SubReport.KeepTogether 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.
Obtient une valeur de type Boolean
qui indique si le sous-rapport entier doit être conservé dans une page, si possible.
public:
property bool KeepTogether { bool get(); };
public bool KeepTogether { get; }
member this.KeepTogether : bool
Public ReadOnly Property KeepTogether As Boolean
Valeur de propriété
true
si le sous-rapport entier doit être conservé sur une page, si possible ; sinon, false
.