# C1.Report.ReportObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportObject" data-uid="C1.Report.ReportObject" class="text-break">ReportObject Class
</h1>
  <div class="markdown level0 summary"><p>Represents a named object, this is base class for <a class="xref" href="C1.Report.FieldBase.html">FieldBase</a>, <a class="xref" href="C1.Report.Section.html">Section</a>,
<a class="xref" href="C1.Report.SubSection.html">SubSection</a> and another report's objects.</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">ReportObject</span></div>
      <div class="level2"><a class="xref" href="C1.Report.Group.html">Group</a></div>
      <div class="level2"><a class="xref" href="C1.Report.ParagraphItem.html">ParagraphItem</a></div>
      <div class="level2"><a class="xref" href="C1.Report.StrongNamedReportObject.html">StrongNamedReportObject</a></div>
      <div class="level2"><a class="xref" href="C1.Report.VisualReportObject.html">VisualReportObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ReportObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ReportObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ReportObject</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="C1_Report_ReportObject__ctor" data-uid="C1.Report.ReportObject.#ctor">
          <a class="xref" href="C1.Report.ReportObject.-ctor.html#C1_Report_ReportObject__ctor">ReportObject()</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="C1_Report_ReportObject_Name" data-uid="C1.Report.ReportObject.Name">
          <a class="xref" href="C1.Report.ReportObject.Name.html#C1_Report_ReportObject_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportObject_ParentReport" data-uid="C1.Report.ReportObject.ParentReport">
          <a class="xref" href="C1.Report.ReportObject.ParentReport.html#C1_Report_ReportObject_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object containing this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportObject_Tag" data-uid="C1.Report.ReportObject.Tag">
          <a class="xref" href="C1.Report.ReportObject.Tag.html#C1_Report_ReportObject_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets arbitrary data associated with the object.</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="C1_Report_ReportObject_AssignFrom_C1_Report_ReportObject_System_Boolean_" data-uid="C1.Report.ReportObject.AssignFrom(C1.Report.ReportObject,System.Boolean)">
          <a class="xref" href="C1.Report.ReportObject.AssignFrom.html#C1_Report_ReportObject_AssignFrom_C1_Report_ReportObject_System_Boolean_">AssignFrom(ReportObject, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another object into this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportObject_CreateSame" data-uid="C1.Report.ReportObject.CreateSame">
          <a class="xref" href="C1.Report.ReportObject.CreateSame.html#C1_Report_ReportObject_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates instance of the same type as current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportObject_GetPropsTable" data-uid="C1.Report.ReportObject.GetPropsTable">
          <a class="xref" href="C1.Report.ReportObject.GetPropsTable.html#C1_Report_ReportObject_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportObject_Import_C1_Document_Serialization_XmlNodeWrapperBase_" data-uid="C1.Report.ReportObject.Import(C1.Document.Serialization.XmlNodeWrapperBase)">
          <a class="xref" href="C1.Report.ReportObject.Import.html#C1_Report_ReportObject_Import_C1_Document_Serialization_XmlNodeWrapperBase_">Import(XmlNodeWrapperBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Imports node from legacy xml report definition;</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
