TablixMember.RepeatOnNewPage 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 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
.