Propriété RepeatedSibling
Gets a Boolean value that indicates whether this report item has a specified RepeatWith property.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RepeatedSibling As Boolean
Get
'Utilisation
Dim instance As ReportItem
Dim value As Boolean
value = instance.RepeatedSibling
public bool RepeatedSibling { get; }
public:
property bool RepeatedSibling {
bool get ();
}
member RepeatedSibling : bool
function get RepeatedSibling () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi