Condividi tramite


Proprietà ReportItem.RepeatedSibling

Gets a Boolean value that indicates whether this report item has a specified RepeatWith property.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RepeatedSibling As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value, true if this report item has a specified RepeatWith property; otherwise, false.

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering