# C1.Ssrs.ReaderBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_ReaderBase" data-uid="C1.Ssrs.ReaderBase" class="text-break">ReaderBase Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for classes used to read SSRS streams (RPL or RGDI).</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">ReaderBase</span></div>
      <div class="level2"><a class="xref" href="C1.Ssrs.RplReader.RplReader.html">RplReader</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Ssrs.html">C1.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Ssrs_ReaderBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ReaderBase : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ReaderBase
    Implements IDisposable</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_ReaderBase__ctor_System_IO_Stream_C1_Ssrs_IReaderLog_" data-uid="C1.Ssrs.ReaderBase.#ctor(System.IO.Stream,C1.Ssrs.IReaderLog)">
          <a class="xref" href="C1.Ssrs.ReaderBase.-ctor.html#C1_Ssrs_ReaderBase__ctor_System_IO_Stream_C1_Ssrs_IReaderLog_">ReaderBase(Stream, IReaderLog)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ReaderBase class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Ssrs_ReaderBase_m_Br" data-uid="C1.Ssrs.ReaderBase.m_Br">
          <a class="xref" href="C1.Ssrs.ReaderBase.m_Br.html">m_Br</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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_Ssrs_ReaderBase_Eof" data-uid="C1.Ssrs.ReaderBase.Eof">
          <a class="xref" href="C1.Ssrs.ReaderBase.Eof.html#C1_Ssrs_ReaderBase_Eof">Eof</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the end of the underlying stream has been reached.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ReaderBase_Log" data-uid="C1.Ssrs.ReaderBase.Log">
          <a class="xref" href="C1.Ssrs.ReaderBase.Log.html#C1_Ssrs_ReaderBase_Log">Log</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Ssrs.IReaderLog.html">IReaderLog</a> object used to build the parsing log.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ReaderBase_Offset" data-uid="C1.Ssrs.ReaderBase.Offset">
          <a class="xref" href="C1.Ssrs.ReaderBase.Offset.html#C1_Ssrs_ReaderBase_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current offset in the underlying stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ReaderBase_Stream" data-uid="C1.Ssrs.ReaderBase.Stream">
          <a class="xref" href="C1.Ssrs.ReaderBase.Stream.html#C1_Ssrs_ReaderBase_Stream">Stream</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underlying stream.</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_Ssrs_ReaderBase_Dispose" data-uid="C1.Ssrs.ReaderBase.Dispose">
          <a class="xref" href="C1.Ssrs.ReaderBase.Dispose.html#C1_Ssrs_ReaderBase_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ReaderBase_Finalize" data-uid="C1.Ssrs.ReaderBase.Finalize">
          <a class="xref" href="C1.Ssrs.ReaderBase.Finalize.html#C1_Ssrs_ReaderBase_Finalize">~ReaderBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up ReaderBase.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ReaderBase_Init" data-uid="C1.Ssrs.ReaderBase.Init">
          <a class="xref" href="C1.Ssrs.ReaderBase.Init.html#C1_Ssrs_ReaderBase_Init">Init()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
