TablixMember.RepeatOnNewPage Property

Definition

Gets a Boolean value that indicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.

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

Property Value

true if the tablix member should be repeated on every page; otherwise, false.

Applies to