# C1.Report.Field

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_Field" data-uid="C1.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"><a class="xref" href="C1.Report.ReportObject.html">ReportObject</a></div>
    <div class="level2"><a class="xref" href="C1.Report.VisualReportObject.html">VisualReportObject</a></div>
    <div class="level3"><a class="xref" href="C1.Report.FieldBase.html">FieldBase</a></div>
    <div class="level4"><span class="xref">Field</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></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.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_Field_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Field : FieldBase, IScriptContextProvider, ICloneable, INotify</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Field
    Inherits FieldBase
    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_Report_Field__ctor" data-uid="C1.Report.Field.#ctor">
          <a class="xref" href="C1.Report.Field.-ctor.html#C1_Report_Field__ctor">Field()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.Field.html">Field</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_Field_Align" data-uid="C1.Report.Field.Align">
          <a class="xref" href="C1.Report.Field.Align.html#C1_Report_Field_Align">Align</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text alignment within the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_BarCode" data-uid="C1.Report.Field.BarCode">
          <a class="xref" href="C1.Report.Field.BarCode.html#C1_Report_Field_BarCode">BarCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the field should render as barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_BarcodeOptions" data-uid="C1.Report.Field.BarcodeOptions">
          <a class="xref" href="C1.Report.Field.BarcodeOptions.html#C1_Report_Field_BarcodeOptions">BarcodeOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.Field.BarcodeOptions.html#C1_Report_Field_BarcodeOptions">BarcodeOptions</a> object which allows to define various barcode-related options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_BorderColor" data-uid="C1.Report.Field.BorderColor">
          <a class="xref" href="C1.Report.Field.BorderColor.html#C1_Report_Field_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's border color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_BorderStyle" data-uid="C1.Report.Field.BorderStyle">
          <a class="xref" href="C1.Report.Field.BorderStyle.html#C1_Report_Field_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's border style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Calculated" data-uid="C1.Report.Field.Calculated">
          <a class="xref" href="C1.Report.Field.Calculated.html#C1_Report_Field_Calculated">Calculated</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the <a class="xref" href="C1.Report.Field.Text.html#C1_Report_Field_Text">Text</a> property should be interpreted as a literal value
or as a calculated expression.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_CanGrow" data-uid="C1.Report.Field.CanGrow">
          <a class="xref" href="C1.Report.Field.CanGrow.html#C1_Report_Field_CanGrow">CanGrow</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the field height should be automatically increased to fit the field's contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_CanShrink" data-uid="C1.Report.Field.CanShrink">
          <a class="xref" href="C1.Report.Field.CanShrink.html#C1_Report_Field_CanShrink">CanShrink</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the field height should be automatically reduced to fit the field's contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_CheckBox" data-uid="C1.Report.Field.CheckBox">
          <a class="xref" href="C1.Report.Field.CheckBox.html#C1_Report_Field_CheckBox">CheckBox</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the field should be displayed as a checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Font" data-uid="C1.Report.Field.Font">
          <a class="xref" href="C1.Report.Field.Font.html#C1_Report_Field_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ForeColor" data-uid="C1.Report.Field.ForeColor">
          <a class="xref" href="C1.Report.Field.ForeColor.html#C1_Report_Field_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Format" data-uid="C1.Report.Field.Format">
          <a class="xref" href="C1.Report.Field.Format.html#C1_Report_Field_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string used to format the field value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_HideDuplicates" data-uid="C1.Report.Field.HideDuplicates">
          <a class="xref" href="C1.Report.Field.HideDuplicates.html#C1_Report_Field_HideDuplicates">HideDuplicates</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether duplicate values in consecutive records should be suppressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_LineSpacing" data-uid="C1.Report.Field.LineSpacing">
          <a class="xref" href="C1.Report.Field.LineSpacing.html#C1_Report_Field_LineSpacing">LineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line spacing between text lines in the field, in percent.
The default is 100 which corresponds to normal line spacing.</p>
<p>
Note that this property is ignored if <a class="xref" href="C1.Report.Field.RTF.html#C1_Report_Field_RTF">RTF</a> is <b>true</b>.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_LineWidth" data-uid="C1.Report.Field.LineWidth">
          <a class="xref" href="C1.Report.Field.LineWidth.html#C1_Report_Field_LineWidth">LineWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the field's border or line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Location" data-uid="C1.Report.Field.Location">
          <a class="xref" href="C1.Report.Field.Location.html#C1_Report_Field_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's location within the section, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ParentReport" data-uid="C1.Report.Field.ParentReport">
          <a class="xref" href="C1.Report.Field.ParentReport.html#C1_Report_Field_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> containing this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Picture" data-uid="C1.Report.Field.Picture">
          <a class="xref" href="C1.Report.Field.Picture.html#C1_Report_Field_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a picture to display on the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_PictureAlign" data-uid="C1.Report.Field.PictureAlign">
          <a class="xref" href="C1.Report.Field.PictureAlign.html#C1_Report_Field_PictureAlign">PictureAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how field pictures should be the aligned.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_PictureScale" data-uid="C1.Report.Field.PictureScale">
          <a class="xref" href="C1.Report.Field.PictureScale.html#C1_Report_Field_PictureScale">PictureScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how images should be the scaled to fit within the field area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_RTF" data-uid="C1.Report.Field.RTF">
          <a class="xref" href="C1.Report.Field.RTF.html#C1_Report_Field_RTF">RTF</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether strings enclosed in curly brackets should render as RTF.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_RunningSum" data-uid="C1.Report.Field.RunningSum">
          <a class="xref" href="C1.Report.Field.RunningSum.html#C1_Report_Field_RunningSum">RunningSum</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to show a running sum for the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Shape" data-uid="C1.Report.Field.Shape">
          <a class="xref" href="C1.Report.Field.Shape.html#C1_Report_Field_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an instance of the <a class="xref" href="../C1.Document/C1.Document.ShapeBase.html">ShapeBase</a>-derived class specifying
properties of the geometric shape drawn by this field (if <a class="xref" href="C1.Report.Field.ShapeType.html#C1_Report_Field_ShapeType">ShapeType</a> is not <b>None</b>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ShapeType" data-uid="C1.Report.Field.ShapeType">
          <a class="xref" href="C1.Report.Field.ShapeType.html#C1_Report_Field_ShapeType">ShapeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of geometric shape drawn by the current field.</p>
<p>The default is <b>None</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Size" data-uid="C1.Report.Field.Size">
          <a class="xref" href="C1.Report.Field.Size.html#C1_Report_Field_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's size, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Subreport" data-uid="C1.Report.Field.Subreport">
          <a class="xref" href="C1.Report.Field.Subreport.html#C1_Report_Field_Subreport">Subreport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to another report to be rendered within the field (a <i>subreport</i>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_SubreportHasData" data-uid="C1.Report.Field.SubreportHasData">
          <a class="xref" href="C1.Report.Field.SubreportHasData.html#C1_Report_Field_SubreportHasData">SubreportHasData</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether a subreport has data and suppresses rendering if it doesn't.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Text" data-uid="C1.Report.Field.Text">
          <a class="xref" href="C1.Report.Field.Text.html#C1_Report_Field_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_TextAngle" data-uid="C1.Report.Field.TextAngle">
          <a class="xref" href="C1.Report.Field.TextAngle.html#C1_Report_Field_TextAngle">TextAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle of text rotation within the field (including barcodes).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Value" data-uid="C1.Report.Field.Value">
          <a class="xref" href="C1.Report.Field.Value.html#C1_Report_Field_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field's calculated value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_WordWrap" data-uid="C1.Report.Field.WordWrap">
          <a class="xref" href="C1.Report.Field.WordWrap.html#C1_Report_Field_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether automatic word wrapping is on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_WritingMode" data-uid="C1.Report.Field.WritingMode">
          <a class="xref" href="C1.Report.Field.WritingMode.html#C1_Report_Field_WritingMode">WritingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text writing mode: horizontal (default), vertical with left to right flow etc.</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_Field_AfterRender" data-uid="C1.Report.Field.AfterRender">
          <a class="xref" href="C1.Report.Field.AfterRender.html#C1_Report_Field_AfterRender">AfterRender()</a>
        </td>
        <td class="markdown level1 summary"><p>Called where report rendering finish.
Can be used to finalize object after rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_AssignFrom_C1_Report_ReportObject_System_Boolean_" data-uid="C1.Report.Field.AssignFrom(C1.Report.ReportObject,System.Boolean)">
          <a class="xref" href="C1.Report.Field.AssignFrom.html#C1_Report_Field_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_Field_BeforeRender" data-uid="C1.Report.Field.BeforeRender">
          <a class="xref" href="C1.Report.Field.BeforeRender.html#C1_Report_Field_BeforeRender">BeforeRender()</a>
        </td>
        <td class="markdown level1 summary"><p>Called where report rendering starts.
Can be used to initialize object before rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_BuildRtfBrick_C1_Report_Rendering_SubSectionBrick_System_String_" data-uid="C1.Report.Field.BuildRtfBrick(C1.Report.Rendering.SubSectionBrick,System.String)">
          <a class="xref" href="C1.Report.Field.BuildRtfBrick.html#C1_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_Report_Field_GetContentAutoHeight_System_Double_" data-uid="C1.Report.Field.GetContentAutoHeight(System.Double)">
          <a class="xref" href="C1.Report.Field.GetContentAutoHeight.html#C1_Report_Field_GetContentAutoHeight_System_Double_">GetContentAutoHeight(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Override this method to calculate the height of object on basis of its content,
this method is called when field can grow or shrink vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_GetContentAutoSize_System_Double__System_Double__" data-uid="C1.Report.Field.GetContentAutoSize(System.Double@,System.Double@)">
          <a class="xref" href="C1.Report.Field.GetContentAutoSize.html#C1_Report_Field_GetContentAutoSize_System_Double__System_Double__">GetContentAutoSize(out double, out double)</a>
        </td>
        <td class="markdown level1 summary"><p>Override this method to calculate sizes of object on basis of its content,
this method is called when field can grow or shrink vertically and horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_GetContentAutoWidth_System_Double_" data-uid="C1.Report.Field.GetContentAutoWidth(System.Double)">
          <a class="xref" href="C1.Report.Field.GetContentAutoWidth.html#C1_Report_Field_GetContentAutoWidth_System_Double_">GetContentAutoWidth(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Override this method to calculate the width of object on basis of its content,
this method is called when field can grow or shrink horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_GetPropsTable" data-uid="C1.Report.Field.GetPropsTable">
          <a class="xref" href="C1.Report.Field.GetPropsTable.html#C1_Report_Field_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_Field_GetRenderContent_System_String__GrapeCity_Documents_Drawing_IImage__System_Boolean__System_Boolean_" data-uid="C1.Report.Field.GetRenderContent(System.String@,GrapeCity.Documents.Drawing.IImage@,System.Boolean@,System.Boolean)">
          <a class="xref" href="C1.Report.Field.GetRenderContent.html#C1_Report_Field_GetRenderContent_System_String__GrapeCity_Documents_Drawing_IImage__System_Boolean__System_Boolean_">GetRenderContent(ref string, ref IImage, ref bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the text or image that will be rendered by the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_GetRtfHeight_System_String_System_Double_" data-uid="C1.Report.Field.GetRtfHeight(System.String,System.Double)">
          <a class="xref" href="C1.Report.Field.GetRtfHeight.html#C1_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_Report_Field_Import_C1_Document_Serialization_XmlNodeWrapperBase_" data-uid="C1.Report.Field.Import(C1.Document.Serialization.XmlNodeWrapperBase)">
          <a class="xref" href="C1.Report.Field.Import.html#C1_Report_Field_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>
      <tr>
        <td id="C1_Report_Field_InternalBuildBrick_C1_Report_Rendering_SubSectionBrick_" data-uid="C1.Report.Field.InternalBuildBrick(C1.Report.Rendering.SubSectionBrick)">
          <a class="xref" href="C1.Report.Field.InternalBuildBrick.html#C1_Report_Field_InternalBuildBrick_C1_Report_Rendering_SubSectionBrick_">InternalBuildBrick(SubSectionBrick)</a>
        </td>
        <td class="markdown level1 summary"><p>This method should be overriden in descendant classes like Field, BarCodeField, ChartField and so on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_InternalRefreshBrick_C1_Report_Rendering_FieldBrickBase_" data-uid="C1.Report.Field.InternalRefreshBrick(C1.Report.Rendering.FieldBrickBase)">
          <a class="xref" href="C1.Report.Field.InternalRefreshBrick.html#C1_Report_Field_InternalRefreshBrick_C1_Report_Rendering_FieldBrickBase_">InternalRefreshBrick(FieldBrickBase)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Load_System_Xml_XmlNodeList_" data-uid="C1.Report.Field.Load(System.Xml.XmlNodeList)">
          <a class="xref" href="C1.Report.Field.Load.html#C1_Report_Field_Load_System_Xml_XmlNodeList_">Load(XmlNodeList)</a>
        </td>
        <td class="markdown level1 summary"><p>Override in derived classes to provide advanced persistence mechanism.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_PrecalculateValues" data-uid="C1.Report.Field.PrecalculateValues">
          <a class="xref" href="C1.Report.Field.PrecalculateValues.html#C1_Report_Field_PrecalculateValues">PrecalculateValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Called by rendering engine to precalculate field's value in the footer sections:
report footer, group footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ReadCustomProperties_C1_Document_Serialization_C1ReaderBase_" data-uid="C1.Report.Field.ReadCustomProperties(C1.Document.Serialization.C1ReaderBase)">
          <a class="xref" href="C1.Report.Field.ReadCustomProperties.html#C1_Report_Field_ReadCustomProperties_C1_Document_Serialization_C1ReaderBase_">ReadCustomProperties(C1ReaderBase)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_Field_RefreshRtfBrick_C1_Report_Rendering_FieldBrickBase_" data-uid="C1.Report.Field.RefreshRtfBrick(C1.Report.Rendering.FieldBrickBase)">
          <a class="xref" href="C1.Report.Field.RefreshRtfBrick.html#C1_Report_Field_RefreshRtfBrick_C1_Report_Rendering_FieldBrickBase_">RefreshRtfBrick(FieldBrickBase)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ResetFont" data-uid="C1.Report.Field.ResetFont">
          <a class="xref" href="C1.Report.Field.ResetFont.html#C1_Report_Field_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ResetState" data-uid="C1.Report.Field.ResetState">
          <a class="xref" href="C1.Report.Field.ResetState.html#C1_Report_Field_ResetState">ResetState()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when FlexReport starts calculation of the section containing this FieldBase.
Resets internal state of the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_ResetStyle" data-uid="C1.Report.Field.ResetStyle">
          <a class="xref" href="C1.Report.Field.ResetStyle.html#C1_Report_Field_ResetStyle">ResetStyle()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_Field_Save_System_Xml_XmlWriter_" data-uid="C1.Report.Field.Save(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Report.Field.Save.html#C1_Report_Field_Save_System_Xml_XmlWriter_">Save(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Override in derived classes to provide advanced persistence mechanism.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_Field_WriteCustomProperties_C1_Document_Serialization_C1WriterBase_" data-uid="C1.Report.Field.WriteCustomProperties(C1.Document.Serialization.C1WriterBase)">
          <a class="xref" href="C1.Report.Field.WriteCustomProperties.html#C1_Report_Field_WriteCustomProperties_C1_Document_Serialization_C1WriterBase_">WriteCustomProperties(C1WriterBase)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
