# GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus

## Content

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




  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus" class="text-break">LayoutStatus Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates the progress of the layout operation. This enumeration is used with the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.LayoutStatus.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult_LayoutStatus">LayoutStatus</a> property.</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_LayoutStatus_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum LayoutStatus : byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_Complete">Complete</td>
        <td><p>Indicates that the item is laid out in its entirety.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_ContinueHorizontally">ContinueHorizontally</td>
        <td><p>Indicates that item continues layout in the next horizontal page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_ContinueVertically">ContinueVertically</td>
        <td><p>Indicates that item continues layout in the next vertical page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_ForcedVerticalPageBreak">ForcedVerticalPageBreak</td>
        <td><p>Indicates that a page break is produced after this layout operation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_NoContent">NoContent</td>
        <td><p>Indicates that no content is laid out.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_None">None</td>
        <td><p>Specifies an unknown status, with no layout operations performed. Please note that this is different from the NoContent status.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutStatus_SomeContent">SomeContent</td>
        <td><p>Indicates that some content is laid out, but that the layout is not complete
and more layout runs are required for the item.</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>
