TablixMember.HideIfNoRows 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 ou définit une valeur de type Boolean
qui indique s'il faut masquer ce membre de tableau matriciel lorsqu'il ne contient pas de lignes.
public:
property bool HideIfNoRows { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool HideIfNoRows { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.HideIfNoRows : bool with get, set
Public Property HideIfNoRows As Boolean
Valeur de propriété
true
si le membre de tableau matriciel doit être masqué lorsqu'il ne contient pas de lignes ; sinon, false
.
- Attributs