# C1.Report.ParagraphItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ParagraphItem" data-uid="C1.Report.ParagraphItem" class="text-break">ParagraphItem Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for objects representing fragments within a <a class="xref" href="C1.Report.ParagraphField.html">ParagraphField</a>.</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="C1.Report.ReportObject.html">ReportObject</a></div>
    <div class="level2"><span class="xref">ParagraphItem</span></div>
      <div class="level3"><a class="xref" href="C1.Report.ParagraphText.html">ParagraphText</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</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_ParagraphItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ParagraphItem : ReportObject, IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ParagraphItem
    Inherits ReportObject
    Implements IScriptContextProvider</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_ParagraphItem__ctor" data-uid="C1.Report.ParagraphItem.#ctor">
          <a class="xref" href="C1.Report.ParagraphItem.-ctor.html#C1_Report_ParagraphItem__ctor">ParagraphItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ParagraphItem.html">ParagraphItem</a> class.</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="C1_Report_ParagraphItem_BackColor" data-uid="C1.Report.ParagraphItem.BackColor">
          <a class="xref" href="C1.Report.ParagraphItem.BackColor.html#C1_Report_ParagraphItem_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item's background color,
this property works via <a class="xref" href="C1.Report.ParagraphItem.Background.html#C1_Report_ParagraphItem_Background">Background</a> property using <a class="xref" href="../C1.Document/C1.Document.C1SolidBrush.html">C1SolidBrush</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphItem_Background" data-uid="C1.Report.ParagraphItem.Background">
          <a class="xref" href="C1.Report.ParagraphItem.Background.html#C1_Report_ParagraphItem_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Document/C1.Document.C1Brush.html">C1Brush</a> object defining the background of the paragraph item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphItem_Hyperlink" data-uid="C1.Report.ParagraphItem.Hyperlink">
          <a class="xref" href="C1.Report.ParagraphItem.Hyperlink.html#C1_Report_ParagraphItem_Hyperlink">Hyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hyperlink associated with the current item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphItem_Owner" data-uid="C1.Report.ParagraphItem.Owner">
          <a class="xref" href="C1.Report.ParagraphItem.Owner.html#C1_Report_ParagraphItem_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Report.ParagraphField.html">ParagraphField</a> object owning this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ParagraphItem_ParentReport" data-uid="C1.Report.ParagraphItem.ParentReport">
          <a class="xref" href="C1.Report.ParagraphItem.ParentReport.html#C1_Report_ParagraphItem_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>
    </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_ParagraphItem_AssignFrom_C1_Report_ReportObject_System_Boolean_" data-uid="C1.Report.ParagraphItem.AssignFrom(C1.Report.ReportObject,System.Boolean)">
          <a class="xref" href="C1.Report.ParagraphItem.AssignFrom.html#C1_Report_ParagraphItem_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>
    </tbody>
  </table>

</div>
