TablixMember.RepeatOnNewPage Property

Definition

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

Applies to