ReportItem.RepeatedSibling Property
Indicates this report item has a RepeatWith property
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property RepeatedSibling As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value.