TablixMember.KeepTogether 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 to keep the entire tablix member together if possible.
public:
virtual property bool KeepTogether { bool get(); };
public virtual bool KeepTogether { get; }
member this.KeepTogether : bool
Public Overridable ReadOnly Property KeepTogether As Boolean
Property Value
true
if the entire tablix member should be kept together if possible; otherwise, false
.