# C1.Report.Rendering.FieldBrickBase.VBuildBreaks

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Rendering_FieldBrickBase_VBuildBreaks_" data-uid="C1.Report.Rendering.FieldBrickBase.VBuildBreaks*">VBuildBreaks Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Rendering_FieldBrickBase_VBuildBreaks_" data-uid="C1.Report.Rendering.FieldBrickBase.VBuildBreaks*"></a>
<h4 id="C1_Report_Rendering_FieldBrickBase_VBuildBreaks_C1_Report_FlexReport_C1_Report_Rendering_Breaks_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.Report.Rendering.FieldBrickBase.VBuildBreaks(C1.Report.FlexReport,C1.Report.Rendering.Breaks,System.Double,System.Double,System.Double,System.Double)">VBuildBreaks(FlexReport, Breaks, double, double, double, double)</h4>
<div class="markdown level1 summary"><p>Build list of vertical hard breaks within this <a class="xref" href="C1.Report.Rendering.BrickBase.html">BrickBase</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void VBuildBreaks(FlexReport report, Breaks breaks, double topParentHeight, double offset, double parentTopBound, double parentBottomBound)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub VBuildBreaks(report As FlexReport, breaks As Breaks, topParentHeight As Double, offset As Double, parentTopBound As Double, parentBottomBound As Double)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Report.FlexReport.html">FlexReport</a></td>
      <td><span class="parametername">report</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Report.Rendering.Breaks.html">Breaks</a></td>
      <td><span class="parametername">breaks</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">topParentHeight</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">offset</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">parentTopBound</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">parentBottomBound</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Report.Rendering.BrickBase.VBuildBreaks.html#C1_Report_Rendering_BrickBase_VBuildBreaks_C1_Report_FlexReport_C1_Report_Rendering_Breaks_System_Double_System_Double_System_Double_System_Double_">BrickBase.VBuildBreaks(FlexReport, Breaks, double, double, double, double)</a></div>
</div>
