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 or sets 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:
property bool RepeatOnNewPage { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool RepeatOnNewPage { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.RepeatOnNewPage : bool with get, set
Public Property RepeatOnNewPage As Boolean
Property Value
true
if a static tablix member should be repeated on every page; otherwise, false
.
- Attributes