# C1.Report.Rendering.RequestedSplitPosition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_Rendering_RequestedSplitPosition" data-uid="C1.Report.Rendering.RequestedSplitPosition" class="text-break">RequestedSplitPosition Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the split position where object should be break.
ATTENTION!!! Real split position calculated in the FindSplitPosition(...) can differ
from requested.</p>
</div>
  <div class="markdown level0 conceptual"></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_RequestedSplitPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct RequestedSplitPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure RequestedSplitPosition</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_RequestedSplitPosition__ctor_C1_Report_Rendering_Break_System_Double_" data-uid="C1.Report.Rendering.RequestedSplitPosition.#ctor(C1.Report.Rendering.Break,System.Double)">
          <a class="xref" href="C1.Report.Rendering.RequestedSplitPosition.-ctor.html#C1_Report_Rendering_RequestedSplitPosition__ctor_C1_Report_Rendering_Break_System_Double_">RequestedSplitPosition(Break, double)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_Rendering_RequestedSplitPosition__ctor_System_Double_System_Double_" data-uid="C1.Report.Rendering.RequestedSplitPosition.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.Report.Rendering.RequestedSplitPosition.-ctor.html#C1_Report_Rendering_RequestedSplitPosition__ctor_System_Double_System_Double_">RequestedSplitPosition(double, double)</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_RequestedSplitPosition_AfterPosition" data-uid="C1.Report.Rendering.RequestedSplitPosition.AfterPosition">
          <a class="xref" href="C1.Report.Rendering.RequestedSplitPosition.AfterPosition.html">AfterPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Space after split position which can be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Rendering_RequestedSplitPosition_Break" data-uid="C1.Report.Rendering.RequestedSplitPosition.Break">
          <a class="xref" href="C1.Report.Rendering.RequestedSplitPosition.Break.html">Break</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the split request was caused by the hard-coded break,
for example some of nested objects contains ForcePageBreak != ForcePageBreakEnum.None.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Rendering_RequestedSplitPosition_Position" data-uid="C1.Report.Rendering.RequestedSplitPosition.Position">
          <a class="xref" href="C1.Report.Rendering.RequestedSplitPosition.Position.html">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Position relative to top/left of the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
