# C1.Report.Rendering.Break

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_Rendering_Break" data-uid="C1.Report.Rendering.Break" class="text-break">Break Class
</h1>
  <div class="markdown level0 summary"><p>Represents the hard break within object. For example,
if field of subsection has ForcePageBreak != ForcePageBreakEnum.None
then SectionBrick will contain InternalBreak for this field.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Break</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.Rendering.html">C1.Report.Rendering</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_Rendering_Break_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Break</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Break</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_Rendering_Break__ctor" data-uid="C1.Report.Rendering.Break.#ctor">
          <a class="xref" href="C1.Report.Rendering.Break.-ctor.html#C1_Report_Rendering_Break__ctor">Break()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_Rendering_Break_Before" data-uid="C1.Report.Rendering.Break.Before">
          <a class="xref" href="C1.Report.Rendering.Break.Before.html">Before</a>
        </td>
        <td class="markdown level1 summary"><p>The position of break, true - before object, false - after.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Rendering_Break_BreakType" data-uid="C1.Report.Rendering.Break.BreakType">
          <a class="xref" href="C1.Report.Rendering.Break.BreakType.html">BreakType</a>
        </td>
        <td class="markdown level1 summary"><p>The type of the break, column or page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Rendering_Break_Position" data-uid="C1.Report.Rendering.Break.Position">
          <a class="xref" href="C1.Report.Rendering.Break.Position.html">Position</a>
        </td>
        <td class="markdown level1 summary"><p>The position relative to the top/left of the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
