Propriedade RepeatedSibling
Indicates this report item has a 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.
Consulte também