# C1.WPF.Report.Field

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Report_Field" data-uid="C1.WPF.Report.Field" class="text-break">Field Class
</h1>
  <div class="markdown level0 summary"><p>Represents legacy field with same functionality as Field of C1Report.</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"><span class="xref">VisualReportObject</span></div>
    <div class="level3"><span class="xref">FieldBase</span></div>
    <div class="level4"><span class="xref">Field</span></div>
    <div class="level5"><span class="xref">Field</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IScriptContextProvider</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><span class="xref">INotify</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Report.html">C1.WPF.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Report.dll</h6>
  <h5 id="C1_WPF_Report_Field_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Field : Field, IScriptContextProvider, ICloneable, INotify</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Field
    Inherits Field
    Implements IScriptContextProvider, ICloneable, INotify</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_WPF_Report_Field__ctor" data-uid="C1.WPF.Report.Field.#ctor">
          <a class="xref" href="C1.WPF.Report.Field.-ctor.html#C1_WPF_Report_Field__ctor">Field()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">C1.Report.Field</span> class.</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_WPF_Report_Field_BuildRtfBrick_C1_Report_Rendering_SubSectionBrick_System_String_" data-uid="C1.WPF.Report.Field.BuildRtfBrick(C1.Report.Rendering.SubSectionBrick,System.String)">
          <a class="xref" href="C1.WPF.Report.Field.BuildRtfBrick.html#C1_WPF_Report_Field_BuildRtfBrick_C1_Report_Rendering_SubSectionBrick_System_String_">BuildRtfBrick(SubSectionBrick, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Report_Field_GetPropsTable" data-uid="C1.WPF.Report.Field.GetPropsTable">
          <a class="xref" href="C1.WPF.Report.Field.GetPropsTable.html#C1_WPF_Report_Field_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Report_Field_GetRtfHeight_System_String_System_Double_" data-uid="C1.WPF.Report.Field.GetRtfHeight(System.String,System.Double)">
          <a class="xref" href="C1.WPF.Report.Field.GetRtfHeight.html#C1_WPF_Report_Field_GetRtfHeight_System_String_System_Double_">GetRtfHeight(string, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Get RTF field height if it's supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Report_Field_RefreshRtfBrick_C1_Report_Rendering_FieldBrickBase_" data-uid="C1.WPF.Report.Field.RefreshRtfBrick(C1.Report.Rendering.FieldBrickBase)">
          <a class="xref" href="C1.WPF.Report.Field.RefreshRtfBrick.html#C1_WPF_Report_Field_RefreshRtfBrick_C1_Report_Rendering_FieldBrickBase_">RefreshRtfBrick(FieldBrickBase)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
