# GrapeCity.ActiveReports.PageReportModel.ReportItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_ReportItem" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem" class="text-break">ReportItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a report item within a report,
which can be one of several types of objects:
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Line.html">Line</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ShapeBase.html">Shape</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TextBox.html">TextBox</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Image.html">Image</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Subreport.html">Subreport</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a>,
or <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.html">DataRegion</a>.
DataRegions include <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.List.html">List</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Table.html">Table</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Matrix.html">Matrix</a>,
<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Matrix.html">Tablix</a>,
and <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.html">Chart</a>.
This base class is not used directly; specific report item types are used instead.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a></div>
    <div class="level4"><span class="xref">ReportItem</span></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Band.html">Band</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.BandedList.html">BandedList</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.html">DataRegion</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Image.html">Image</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Line.html">Line</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Map.html">Map</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.OverflowPlaceHolder.html">OverflowPlaceHolder</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.PartItem.html">PartItem</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ShapeBase.html">ShapeBase</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Subreport.html">Subreport</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TableOfContents.html">TableOfContents</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.TextItem.html">TextItem</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponent.html">IReportComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IValidateable.html">IValidateable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_ReportItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;A95FEEC8-DCC3-4daa-90BA-945B4B6D28B9&quot;)]
public abstract class ReportItem : ReportComponent, IReportComponent, IComponent, IDisposable, IValidateable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_ReportItem_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class provides common properties shared among all report item types. However, 
not all properties are relevant to every type of report item.</p>
</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_PageReportModel_ReportItem__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.-ctor.html#GrapeCity_ActiveReports_PageReportModel_ReportItem__ctor">ReportItem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_DefaultLayerName" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.DefaultLayerName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.DefaultLayerName.html">DefaultLayerName</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the default layer, which is always present.</p>
</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_PageReportModel_ReportItem_Action" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Action">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Action.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an action (e.g., hyperlink) associated with the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Bookmark" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Bookmark">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Bookmark.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Bookmark">Bookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a bookmark for the report item, which can be linked via a Bookmark action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Custom" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Custom">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Custom.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Custom">Custom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets custom information for the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_CustomProperties" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.CustomProperties">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.CustomProperties.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_CustomProperties">CustomProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of custom property elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_DataElementName" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.DataElementName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.DataElementName.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_DataElementName">DataElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name to use for the data element or attribute for the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_DataElementOutput" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.DataElementOutput">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.DataElementOutput.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_DataElementOutput">DataElementOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the item appears in a data rendering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Height" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Height">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Height.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a height of the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_KeepTogether" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.KeepTogether">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.KeepTogether.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_KeepTogether">KeepTogether</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a data region is kept together on a single page where possible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Label" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Label">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Label.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a label for identifying an instance of a report item within the client UI (e.g., a user-friendly label for searching or appearing in the Document Map).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_LayerName" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.LayerName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.LayerName.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_LayerName">LayerName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the layer to which this report item belongs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Left" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Left">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Left.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a horizontal position of the item within its container object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_LinkToChild" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.LinkToChild">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.LinkToChild.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_LinkToChild">LinkToChild</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of a report item contained within this report item that serves as the target location for the Document Map label (if any).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Name" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Name">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Name.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Style" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Style">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Style.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style settings for the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_ToolTip" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.ToolTip">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.ToolTip.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a tooltip for the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Top" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Top">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Top.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a vertical position of the item within its container object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Visibility" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Visibility">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Visibility.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the report item is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Width" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Width">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Width.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a width of the report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_ZIndex" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.ZIndex">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.ZIndex.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_ZIndex">ZIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a drawing order of the report item within its container.</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_PageReportModel_ReportItem_GetExpressions" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.GetExpressions">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.GetExpressions.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_GetExpressions">GetExpressions()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a list of the expressions contained by this report item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ReportItem_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_" data-uid="GrapeCity.ActiveReports.PageReportModel.ReportItem.Validate(GrapeCity.ActiveReports.PageReportModel.ValidationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.Validate.html#GrapeCity_ActiveReports_PageReportModel_ReportItem_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_">Validate(ValidationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates the current state of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportSectionFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportSectionFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportSectionFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.IsContentPlaceHolder.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_IsContentPlaceHolder_GrapeCity_ActiveReports_PageReportModel_ReportItem_">RomUtils.IsContentPlaceHolder(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.GetSelfAndAllDescendants.html#GrapeCity_ActiveReports_Rdl_Tools_ReportExtensions_GetSelfAndAllDescendants_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportExtensions.GetSelfAndAllDescendants(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.Clone.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_Clone__1___0_">ReportItemExtensions.Clone&lt;TItem&gt;(TItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.GetReportItemTypeName.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_GetReportItemTypeName_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportItemExtensions.GetReportItemTypeName(ReportItem)</a>
  </div>

</div>
