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 Boolean valeur qui indique s’il faut masquer ce membre tablix lorsqu’il ne contient aucune ligne.
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 masquer ce membre tablix lorsqu’il ne contient pas de lignes ; sinon, false.
- Attributs