# GrapeCity.ActiveReports.Extensibility.Layout.ILayoutEngine.BuildLayout

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutEngine_BuildLayout_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutEngine.BuildLayout*">BuildLayout Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutEngine_BuildLayout_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutEngine.BuildLayout*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutEngine_BuildLayout_GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutEngine.BuildLayout(GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo)">BuildLayout(LayoutInfo)</h4>
<div class="markdown level1 summary"><p>Builds <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutTree.html">ILayoutTree</a> for the specified <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.html">LayoutInfo</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ILayoutTree BuildLayout(LayoutInfo layoutInfo)</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.LayoutInfo.html">LayoutInfo</a></td>
      <td><span class="parametername">layoutInfo</span></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.html">LayoutInfo</a> which provides the report to lay out.</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="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutTree.html">ILayoutTree</a></td>
      <td><p><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutTree.html">LayoutTree</a> instance representing the report layout.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
