# C1.Report.Rendering.SubSectionBrick.HFindSplitPosition

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Rendering_SubSectionBrick_HFindSplitPosition_" data-uid="C1.Report.Rendering.SubSectionBrick.HFindSplitPosition*">HFindSplitPosition Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Rendering_SubSectionBrick_HFindSplitPosition_" data-uid="C1.Report.Rendering.SubSectionBrick.HFindSplitPosition*"></a>
<h4 id="C1_Report_Rendering_SubSectionBrick_HFindSplitPosition_C1_Report_Rendering_RequestedSplitPosition_C1_Report_Rendering_SplitContext_" data-uid="C1.Report.Rendering.SubSectionBrick.HFindSplitPosition(C1.Report.Rendering.RequestedSplitPosition,C1.Report.Rendering.SplitContext)">HFindSplitPosition(RequestedSplitPosition, SplitContext)</h4>
<div class="markdown level1 summary"><p>Searches a position where brick could be split horizontally.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override SplitPositionBase HFindSplitPosition(RequestedSplitPosition rsp, SplitContext splitContext)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function HFindSplitPosition(rsp As RequestedSplitPosition, splitContext As SplitContext) As SplitPositionBase</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.Rendering.RequestedSplitPosition.html">RequestedSplitPosition</a></td>
      <td><span class="parametername">rsp</span></td>
      <td><p>Represents the split position where object should be break.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Report.Rendering.SplitContext.html">SplitContext</a></td>
      <td><span class="parametername">splitContext</span></td>
      <td><p>Defines the context of section splitting.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Report.Rendering.SplitPositionBase.html">SplitPositionBase</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Report.Rendering.BrickBase.HFindSplitPosition.html#C1_Report_Rendering_BrickBase_HFindSplitPosition_C1_Report_Rendering_RequestedSplitPosition_C1_Report_Rendering_SplitContext_">BrickBase.HFindSplitPosition(RequestedSplitPosition, SplitContext)</a></div>
</div>
