Compartilhar via


Propriedade do RDL ReportItem.RepeatedSibling

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property RepeatedSibling As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering