# C1.Report.SplitBehavior

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_SplitBehavior" data-uid="C1.Report.SplitBehavior" class="text-break">SplitBehavior Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the splitting behavior of a report object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_SplitBehavior_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SplitBehavior</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SplitBehavior</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Report_SplitBehavior_KeepTogether">KeepTogether</td>
        <td><p>The object can be split only if it is too large to fit on an empty
page. In that case, the object is split immediately. Otherwise, a
new page is started and the object is placed on it without
splitting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_SplitBehavior_Never">Never</td>
        <td><p>The object should not be split between pages
(i.e. should always be kept together on a single page), object
is cut off if it not fit the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_SplitBehavior_SplitIfNeeded">SplitIfNeeded</td>
        <td><p>The object can be split if it does not fit onto the current page.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
