ReportItem.RepeatedSibling Property

Definition

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

public:
 property bool RepeatedSibling { bool get(); };
public bool RepeatedSibling { get; }
member this.RepeatedSibling : bool
Public ReadOnly Property RepeatedSibling As Boolean

Property Value

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

Applies to