ReportItem.RepeatedSibling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.