# GrapeCity.ActiveReports.Rendering.DataProcessing.RecordsAdapter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_DataProcessing_RecordsAdapter" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.RecordsAdapter" class="text-break">RecordsAdapter Class
</h1>
  <div class="markdown level0 summary"><p>Wraps DbDataReader and provides IEnumerable&lt;Record&gt; interface to accept the data.</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">RecordsAdapter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<span class="xref">Record</span>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.html">GrapeCity.ActiveReports.Rendering.DataProcessing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_DataProcessing_RecordsAdapter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RecordsAdapter : IEnumerable&lt;Record&gt;, IEnumerable</code></pre>
  </div>
  <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_DataProcessing_RecordsAdapter_GetEnumerator" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.RecordsAdapter.GetEnumerator">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.RecordsAdapter.GetEnumerator.html#GrapeCity_ActiveReports_Rendering_DataProcessing_RecordsAdapter_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToItemCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_ItemCollectionExtensions_ToItemCollection__1_System_Collections_Generic_IEnumerable___0__">ItemCollectionExtensions.ToItemCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToLazyItemCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_ItemCollectionExtensions_ToLazyItemCollection__1_System_Collections_Generic_IEnumerable___0__">ItemCollectionExtensions.ToLazyItemCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ForceInBackground.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ForceInBackground__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.ForceInBackground&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ForceInBackground.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ForceInBackground__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_System_Int32_">EnumerableExtension.ForceInBackground&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken, int)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyWithPrev.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyWithPrev__2_System_Collections_Generic_IEnumerable___0__System_Func___1___0_System_Collections_Generic_IEnumerable___1___">EnumerableExtension.SelectManyWithPrev&lt;TSource, TResult&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TResult, TSource, IEnumerable&lt;TResult&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectWithPrevNext.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectWithPrevNext__2_System_Collections_Generic_IEnumerable___0__System_Func___0___0___0___1__">EnumerableExtension.SelectWithPrevNext&lt;T, TResult&gt;(IEnumerable&lt;T&gt;, Func&lt;T, T, T, TResult&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ThrowIfCancelled.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ThrowIfCancelled__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.ThrowIfCancelled&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.WithCancellation.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_WithCancellation__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.WithCancellation&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.WithProgress.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_WithProgress__2_System_Collections_Generic_IEnumerable___0__System_IProgress___1__System_Func___0___1__">EnumerableExtension.WithProgress&lt;T, T2&gt;(IEnumerable&lt;T&gt;, IProgress&lt;T2&gt;, Func&lt;T, T2&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyTransposed.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyTransposed__1_System_Collections_Generic_IEnumerable_System_Collections_Generic_IEnumerable___0___">EnumerableExtension.SelectManyTransposed&lt;T&gt;(IEnumerable&lt;IEnumerable&lt;T&gt;&gt;)</a>
  </div>
  <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>
