# GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea" class="text-break">ILayoutArea Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an area that contains a layout.</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_ILayoutArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILayoutArea</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_ILayoutArea_Children" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Children">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Children.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.html">ILayoutArea</a> objects that are children of this object (if any).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_ContentRange" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.ContentRange">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.ContentRange.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_ContentRange">ContentRange</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the range of content in this area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Height" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Height.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the area's height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_InteractivityAreas" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.InteractivityAreas">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.InteractivityAreas.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_InteractivityAreas">InteractivityAreas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the interactivity areas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsFirstHorizontally" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsFirstHorizontally">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsFirstHorizontally.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsFirstHorizontally">IsFirstHorizontally</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is the first area horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsFirstVertically" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsFirstVertically">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsFirstVertically.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsFirstVertically">IsFirstVertically</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is the first area vertically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsLastHorizontally" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsLastHorizontally">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsLastHorizontally.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsLastHorizontally">IsLastHorizontally</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is the last area horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsLastVertically" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsLastVertically">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.IsLastVertically.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_IsLastVertically">IsLastVertically</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is the last area vertically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Left" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Left">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Left.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the area's left position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Name" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Name.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the area component item (for debugging purposes).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Page" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Page">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Page.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Page">Page</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutPage.html">ILayoutPage</a> page that hosts this LayoutArea.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Parent" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Parent">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Parent.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.html">ILayoutArea</a>, if any.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_ReportItem" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.ReportItem">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.ReportItem.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_ReportItem">ReportItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Top" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Top">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Top.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the area's top position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Width" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Width.html#GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the area's width.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.LayoutAreaExtensionsPublic.GetAction.html#GrapeCity_ActiveReports_Rendering_Components_LayoutAreaExtensionsPublic_GetAction_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_">LayoutAreaExtensionsPublic.GetAction(ILayoutArea)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.LayoutAreaExtensionsPublic.GetStyle.html#GrapeCity_ActiveReports_Rendering_Components_LayoutAreaExtensionsPublic_GetStyle_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_">LayoutAreaExtensionsPublic.GetStyle(ILayoutArea)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.LayoutAreaExtensionsPublic.SortedChildren.html#GrapeCity_ActiveReports_Rendering_Components_LayoutAreaExtensionsPublic_SortedChildren_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_">LayoutAreaExtensionsPublic.SortedChildren(ILayoutArea)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.DataVisualizerRenderer.IsDataVisualizer.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_DataVisualizerRenderer_IsDataVisualizer_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_">DataVisualizerRenderer.IsDataVisualizer(ILayoutArea)</a>
  </div>
  <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>
