# GrapeCity.ActiveReports.Blazor.Viewer.Area

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_Area" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Area" class="text-break">Area Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rectangular area defined by its position and dimensions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Area</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_Area_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Area</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Area__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Area.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Area.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_Area__ctor">Area()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Blazor_Viewer_Area_Height" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Area.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Area.Height.html#GrapeCity_ActiveReports_Blazor_Viewer_Area_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Area_Left" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Area.Left">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Area.Left.html#GrapeCity_ActiveReports_Blazor_Viewer_Area_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left position of the area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Area_Top" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Area.Top">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Area.Top.html#GrapeCity_ActiveReports_Blazor_Viewer_Area_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top position of the area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Area_Width" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Area.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Area.Width.html#GrapeCity_ActiveReports_Blazor_Viewer_Area_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
