# GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord" class="text-break">IDbfRecord Interface
</h1>
  <div class="markdown level0 summary"><p>dBASE (Dbf) format single record.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.html">GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDbfRecord</code></pre>
  </div>
  <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_Rendering_Components_Map_Data_Dbf_IDbfRecord_Fields" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Fields">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Fields.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fields of the record.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Item.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the field value by it's index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_Item_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Item.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the field value by it's name.</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_Rendering_Components_Map_Data_Dbf_IDbfRecord_GetInvariantString_System_Int32_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.GetInvariantString(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.GetInvariantString.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_Dbf_IDbfRecord_GetInvariantString_System_Int32_">GetInvariantString(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Gets the field value by it's ordinal number.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
