# C1.Ssrs.RplReader.Recs.RecTable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_RplReader_Recs_RecTable" data-uid="C1.Ssrs.RplReader.Recs.RecTable" class="text-break">RecTable Class
</h1>
  <div class="markdown level0 summary"></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="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTableItem.html">RecTableItem</a>&gt;</div>
    <div class="level2"><span class="xref">RecTable</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTableItem.html">RecTableItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTableItem.html">RecTableItem</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2">IReadOnlyDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTableItem.html">RecTableItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTableItem.html">RecTableItem</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTableItem.html">RecTableItem</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Ssrs.RplReader.Recs.html">C1.Ssrs.RplReader.Recs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Ssrs_RplReader_Recs_RecTable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RecTable : Dictionary&lt;byte, RecTableItem&gt;, IDictionary&lt;byte, RecTableItem&gt;, ICollection&lt;KeyValuePair&lt;byte, RecTableItem&gt;&gt;, IDictionary, ICollection, IReadOnlyDictionary&lt;byte, RecTableItem&gt;, IReadOnlyCollection&lt;KeyValuePair&lt;byte, RecTableItem&gt;&gt;, IEnumerable&lt;KeyValuePair&lt;byte, RecTableItem&gt;&gt;, IEnumerable, ISerializable, IDeserializationCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RecTable
    Inherits Dictionary(Of Byte, RecTableItem)
    Implements IDictionary(Of Byte, RecTableItem), ICollection(Of KeyValuePair(Of Byte, RecTableItem)), IDictionary, ICollection, IReadOnlyDictionary(Of Byte, RecTableItem), IReadOnlyCollection(Of KeyValuePair(Of Byte, RecTableItem)), IEnumerable(Of KeyValuePair(Of Byte, RecTableItem)), IEnumerable, ISerializable, IDeserializationCallback</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_Ssrs_RplReader_Recs_RecTable__ctor" data-uid="C1.Ssrs.RplReader.Recs.RecTable.#ctor">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTable.-ctor.html#C1_Ssrs_RplReader_Recs_RecTable__ctor">RecTable()</a>
        </td>
        <td class="markdown level1 summary"></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_Ssrs_RplReader_Recs_RecTable_Add_C1_Ssrs_RplReader_Recs_RecTable_" data-uid="C1.Ssrs.RplReader.Recs.RecTable.Add(C1.Ssrs.RplReader.Recs.RecTable)">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTable.Add.html#C1_Ssrs_RplReader_Recs_RecTable_Add_C1_Ssrs_RplReader_Recs_RecTable_">Add(RecTable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_RecTable_Add_System_Byte_C1_Ssrs_RplReader_Recs_CreateRplRec_System_Object_" data-uid="C1.Ssrs.RplReader.Recs.RecTable.Add(System.Byte,C1.Ssrs.RplReader.Recs.CreateRplRec,System.Object)">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.RecTable.Add.html#C1_Ssrs_RplReader_Recs_RecTable_Add_System_Byte_C1_Ssrs_RplReader_Recs_CreateRplRec_System_Object_">Add(byte, CreateRplRec, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
