# GrapeCity.ActiveReports.Extensibility.Layout.LayoutCapabilities

## Content

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




  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutCapabilities" class="text-break">LayoutCapabilities Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies what layout options are available for the report item. This enumeration is used with the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Capabilities.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Capabilities">Capabilities</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_LayoutCapabilities_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum LayoutCapabilities</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_LayoutCapabilities_CanGrowHorizontally">CanGrowHorizontally</td>
        <td><p>The report item can grow horizontally to fit the contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities_CanGrowVertically">CanGrowVertically</td>
        <td><p>The report item can grow vertically to fit the contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities_CanShrinkHorizontally">CanShrinkHorizontally</td>
        <td><p>The report item can shrink horizontally to fit the contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities_CanShrinkVertically">CanShrinkVertically</td>
        <td><p>The report item can shrink vertically to fit the contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities_CanSplitHorizontally">CanSplitHorizontally</td>
        <td><p>When the contents do not fit, the left portion of the report item can be rendered on the current page and the right portion on the following page.
The default behavior is for the entire report item to move to the following page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities_CanSplitVertically">CanSplitVertically</td>
        <td><p>When the contents do not fit, the top portion of the report item can be rendered on the current page and the bottom portion on the following page.
The default behavior is for the entire report item to move to the following page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutCapabilities_None">None</td>
        <td><p>The report item size remains fixed regardless of the contents.</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>
