ReportItem.RepeatedSibling 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 cet élément de rapport possède une propriété RepeatWith spécifiée.
public:
property bool RepeatedSibling { bool get(); };
public bool RepeatedSibling { get; }
member this.RepeatedSibling : bool
Public ReadOnly Property RepeatedSibling As Boolean
Valeur de propriété
Valeur de type Boolean
, true
, si cet élément de rapport possède une propriété RepeatWith spécifiée ; sinon, false
.