# GrapeCity.ActiveReports.Extensibility.Layout.ContentRange

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ContentRange" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ContentRange" class="text-break">ContentRange Class
</h1>
  <div class="markdown level0 summary"><p>This is an abstract class that the ReportItem's layout manager creates,
interprets and uses to denote a range with a logical beginning and end in its underlying content.</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">ContentRange</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IContentRange.html">IContentRange</a></div>
  </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_ContentRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ContentRange : IContentRange</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_Extensibility_Layout_ContentRange__ctor" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ContentRange.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ContentRange.-ctor.html#GrapeCity_ActiveReports_Extensibility_Layout_ContentRange__ctor">ContentRange()</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_Extensibility_Layout_ContentRange_Owner" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ContentRange.Owner">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ContentRange.Owner.html#GrapeCity_ActiveReports_Extensibility_Layout_ContentRange_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a> represented by the current range.</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>
