Tablix.OmitBorderOnPageBreak Property

Definition

Gets or sets a value that indicates whether the borders should not appear at locations where the tablix spans multiple pages. Also causes repeated background images to continue rather than restart after a page break.

public:
 property bool OmitBorderOnPageBreak { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool OmitBorderOnPageBreak { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.OmitBorderOnPageBreak : bool with get, set
Public Property OmitBorderOnPageBreak As Boolean

Property Value

true if the borders should not appear at locations where the tablix spans multiple pages; otherwise, false.

Attributes

Applies to