# GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager" class="text-break">ILayoutManager Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a layout manager interface for providing custom layout logic
or supporting advanced layout features such as pagination.</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_ILayoutManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILayoutManager</code></pre>
  </div>
  <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_ILayoutManager_Capabilities" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Capabilities">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Capabilities.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Capabilities">Capabilities</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies layout capabilities of the item being laid out.</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_ILayoutManager_Initialize_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem,GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Initialize_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_">Initialize(IReportItem, ITargetDevice)</a>
        </td>
        <td class="markdown level1 summary"><p>Allows initialization of the layout manager with specifies <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.html">ITargetDevice</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Layout_GrapeCity_ActiveReports_Extensibility_Layout_LayoutContext_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Layout(GrapeCity.ActiveReports.Extensibility.Layout.LayoutContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Layout.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Layout_GrapeCity_ActiveReports_Extensibility_Layout_LayoutContext_">Layout(LayoutContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Lays out the content that the specified ContentRange represents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Measure_GrapeCity_ActiveReports_Extensibility_Layout_LayoutContext_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Measure(GrapeCity.ActiveReports.Extensibility.Layout.LayoutContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Measure.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Measure_GrapeCity_ActiveReports_Extensibility_Layout_LayoutContext_">Measure(LayoutContext)</a>
        </td>
        <td class="markdown level1 summary"><p>A query by the layout system of what the results of a call to Layout would be with the specified settings.</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>
