# C1.Report.FieldBase.KeepTogether

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_KeepTogether_" data-uid="C1.Report.FieldBase.KeepTogether*">KeepTogether Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_KeepTogether_" data-uid="C1.Report.FieldBase.KeepTogether*"></a>
<h4 id="C1_Report_FieldBase_KeepTogether" data-uid="C1.Report.FieldBase.KeepTogether">KeepTogether</h4>
<div class="markdown level1 summary"><p>Specifies whether the field should be kept together on a page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use SplitVertBehavior instead.&quot;)]
[Browsable(false)]
public bool KeepTogether { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use SplitVertBehavior instead.&quot;)&gt;
&lt;Browsable(False)&gt;
Public Property KeepTogether As Boolean</code></pre>
</div>
<h5 id="C1_Report_FieldBase_KeepTogether_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this property is set to true, the control will insert page breaks in order to keep 
the field contents together on a page.</p>
<p>If it is set to false, and the containing <a class="xref" href="C1.Report.FieldBase.Section.html#C1_Report_FieldBase_Section">Section</a> also has its 
<a class="xref" href="C1.Report.Section.KeepTogether.html#C1_Report_Section_KeepTogether">KeepTogether</a> property set to false, then the field may be rendered across
two or more pages.</p>
</div>
</div>
