# GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.#ctor*">LayoutResult Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.#ctor*"></a>
<h4 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)">LayoutResult(IContentRange, LayoutStatus, SizeF)</h4>
<div class="markdown level1 summary"><p>Initializes <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.html">LayoutResult</a> with specified values</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutResult(IContentRange contentRange, LayoutStatus layoutStatus, SizeF actualSize)</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="GrapeCity.ActiveReports.Extensibility.Layout.IContentRange.html">IContentRange</a></td>
      <td><span class="parametername">contentRange</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus.html">LayoutStatus</a></td>
      <td><span class="parametername">layoutStatus</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td><span class="parametername">actualSize</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutResult__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.#ctor*"></a>
<h4 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)">LayoutResult(ILayoutArea, IContentRange, LayoutStatus, SizeF)</h4>
<div class="markdown level1 summary"><p>Initializes <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutResult.html">LayoutResult</a> with specified values</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutResult(ILayoutArea area, IContentRange contentRange, LayoutStatus layoutStatus, SizeF actualSize)</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="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.html">ILayoutArea</a></td>
      <td><span class="parametername">area</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IContentRange.html">IContentRange</a></td>
      <td><span class="parametername">contentRange</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutStatus.html">LayoutStatus</a></td>
      <td><span class="parametername">layoutStatus</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td><span class="parametername">actualSize</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
