Compartir a través de


ReportItem.RepeatedSibling Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering