# C1.Report.ForcePageBreakEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_ForcePageBreakEnum" data-uid="C1.Report.ForcePageBreakEnum" class="text-break">ForcePageBreakEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Determines whether page breaks should be inserted before or after a field, subsection or section.</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_ForcePageBreakEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ForcePageBreakEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ForcePageBreakEnum</code></pre>
  </div>
  <h5 id="C1_Report_ForcePageBreakEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value of the <a class="xref" href="C1.Report.FieldBase.ForcePageBreak.html#C1_Report_FieldBase_ForcePageBreak">ForcePageBreak</a> and
<a class="xref" href="C1.Report.Section.ForcePageBreak.html#C1_Report_Section_ForcePageBreak">ForcePageBreak</a> properties in the <a class="xref" href="C1.Report.FieldBase.html">FieldBase</a> and <a class="xref" href="C1.Report.Section.html">Section</a> classes.</p>
</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_ForcePageBreakEnum_After">After</td>
        <td><p>A page break is inserted after the field or section.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ForcePageBreakEnum_Before">Before</td>
        <td><p>A page break is inserted before the field or section.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ForcePageBreakEnum_BeforeAndAfter">BeforeAndAfter</td>
        <td><p>Page breaks are inserted before and after the field or section.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ForcePageBreakEnum_None">None</td>
        <td><p>No page breaks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ForcePageBreakEnum_PageAfter">PageAfter</td>
        <td><p>In multi-column reports, a page break is inserted after the field or section instead of column break.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ForcePageBreakEnum_PageBefore">PageBefore</td>
        <td><p>In multi-column reports, a page break is inserted before the field or section instead of column break.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ForcePageBreakEnum_PageBeforeAndAfter">PageBeforeAndAfter</td>
        <td><p>In multi-column reports, a page break is inserted before and after the field or section instead of column break.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
