# C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue*">GetValue Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue*"></a>
<h4 id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue__1_System_Byte_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue``1(System.Byte)">GetValue&lt;T&gt;(byte)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public T GetValue&lt;T&gt;(byte childRecType)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetValue(Of T)(childRecType As Byte) As T</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">childRecType</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue*"></a>
<h4 id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue__1_System_Byte___0_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue``1(System.Byte,``0)">GetValue&lt;T&gt;(byte, T)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public T GetValue&lt;T&gt;(byte childRecType, T defValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetValue(Of T)(childRecType As Byte, defValue As T) As T</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">childRecType</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">defValue</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue*"></a>
<h4 id="C1_Ssrs_RplReader_Recs_RplContainerRec_GetValue__1_C1_Ssrs_RplReader_Recs_RplContainerRec_C1_Ssrs_RplReader_Recs_RplContainerRec_System_Byte___0_" data-uid="C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue``1(C1.Ssrs.RplReader.Recs.RplContainerRec,C1.Ssrs.RplReader.Recs.RplContainerRec,System.Byte,``0)">GetValue&lt;T&gt;(RplContainerRec, RplContainerRec, byte, T)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static T GetValue&lt;T&gt;(RplContainerRec rcr1, RplContainerRec rcr2, byte childRecType, T defValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetValue(Of T)(rcr1 As RplContainerRec, rcr2 As RplContainerRec, childRecType As Byte, defValue As T) As T</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Ssrs.RplReader.Recs.RplContainerRec.html">RplContainerRec</a></td>
      <td><span class="parametername">rcr1</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Ssrs.RplReader.Recs.RplContainerRec.html">RplContainerRec</a></td>
      <td><span class="parametername">rcr2</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">childRecType</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">defValue</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
