# GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult" class="text-break">LayoutResult Struct
</h1>
  <div class="markdown level0 summary"><p>Encapsulates the output of layout manager operations</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct LayoutResult</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="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_GrapeCity_ActiveReports_Extensibility_Layout_IContentRange_GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_System_Drawing_SizeF_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.#ctor(GrapeCity.ActiveReports.Extensibility.Layout.IContentRange,GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus,System.Drawing.SizeF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.-ctor.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_GrapeCity_ActiveReports_Extensibility_Layout_IContentRange_GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_System_Drawing_SizeF_">LayoutResult(IContentRange, LayoutStatus, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.html">LayoutResult</a> with specified values</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_GrapeCity_ActiveReports_Extensibility_Layout_IContentRange_GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_System_Drawing_SizeF_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.#ctor(GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea,GrapeCity.ActiveReports.Extensibility.Layout.IContentRange,GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus,System.Drawing.SizeF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.-ctor.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_GrapeCity_ActiveReports_Extensibility_Layout_IContentRange_GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_System_Drawing_SizeF_">LayoutResult(ILayoutArea, IContentRange, LayoutStatus, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.html">LayoutResult</a> with specified values</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ActualSize" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ActualSize">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ActualSize.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ActualSize">ActualSize</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the actual size that layout area, produced by layout manager, will occupy.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_Complete" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.Complete">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.Complete.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_Complete">Complete</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that this layout was complete.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ContentRange" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ContentRange">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ContentRange.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ContentRange">ContentRange</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the content that will need to be laid out.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ContinueHorizontally" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ContinueHorizontally">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ContinueHorizontally.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ContinueHorizontally">ContinueHorizontally</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that layout operation indicated that next run should be in horizontal direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ContinueVertically" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ContinueVertically">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ContinueVertically.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ContinueVertically">ContinueVertically</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that layout operation indicated that next run should be in vertical direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ForcedVerticalBreak" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ForcedVerticalBreak">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ForcedVerticalBreak.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ForcedVerticalBreak">ForcedVerticalBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that layout encountered a hard page break.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_HasContent" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.HasContent">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.HasContent.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_HasContent">HasContent</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that layout operation generated some content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ImpliedVerticalBreak" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ImpliedVerticalBreak">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.ImpliedVerticalBreak.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_ImpliedVerticalBreak">ImpliedVerticalBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that content flow should continue on next vertical page to keep content together.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_IsEmpty" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.IsEmpty.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that layout operation didn't produce any content at all and no other status was supplied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_LayoutArea" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.LayoutArea">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.LayoutArea.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_LayoutArea">LayoutArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <span class="xref">ILayoutArea</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_LayoutStatus" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.LayoutStatus">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.LayoutStatus.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_LayoutStatus">LayoutStatus</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the outcome of layout operation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_CompleteResult" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.CompleteResult">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.CompleteResult.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_CompleteResult">CompleteResult()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates a complete layout operation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_EmptyResult" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.EmptyResult">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.EmptyResult.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_EmptyResult">EmptyResult()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates layout operation without any content laid out.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_EmptyResult_System_Drawing_SizeF_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.EmptyResult(System.Drawing.SizeF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.EmptyResult.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_EmptyResult_System_Drawing_SizeF_">EmptyResult(SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates layout operation without any content laid out and specifies the minimum <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a> required to accomodate the content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_SetLayoutStatus_GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.SetLayoutStatus(GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.SetLayoutStatus.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_SetLayoutStatus_GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_">SetLayoutStatus(LayoutStatus)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the layout status.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_SetRange_GrapeCity_ActiveReports_Extensibility_Layout_ContentRange_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.SetRange(GrapeCity.ActiveReports.Extensibility.Layout.ContentRange)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.SetRange.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_SetRange_GrapeCity_ActiveReports_Extensibility_Layout_ContentRange_">SetRange(ContentRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new result with the specified range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
