# C1.Ssrs.RplReader.RplReader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_RplReader_RplReader" data-uid="C1.Ssrs.RplReader.RplReader" class="text-break">RplReader Class
</h1>
  <div class="markdown level0 summary"><p>Implements parsing of RPL stream.</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"><a class="xref" href="C1.Ssrs.ReaderBase.html">ReaderBase</a></div>
    <div class="level2"><span class="xref">RplReader</span></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.RplReader.html">C1.Ssrs.RplReader</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Ssrs_RplReader_RplReader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RplReader : ReaderBase, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RplReader
    Inherits 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_RplReader_RplReader__ctor_System_IO_Stream_C1_Ssrs_IReaderLog_" data-uid="C1.Ssrs.RplReader.RplReader.#ctor(System.IO.Stream,C1.Ssrs.IReaderLog)">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.-ctor.html#C1_Ssrs_RplReader_RplReader__ctor_System_IO_Stream_C1_Ssrs_IReaderLog_">RplReader(Stream, IReaderLog)</a>
        </td>
        <td class="markdown level1 summary"></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_RplReader_RplReader_ReportItems" data-uid="C1.Ssrs.RplReader.RplReader.ReportItems">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.ReportItems.html#C1_Ssrs_RplReader_RplReader_ReportItems">ReportItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets collection of all report item loaded during RPL parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_RplReader_SharedImages" data-uid="C1.Ssrs.RplReader.RplReader.SharedImages">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.SharedImages.html#C1_Ssrs_RplReader_RplReader_SharedImages">SharedImages</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_RplReader_SharedProperties" data-uid="C1.Ssrs.RplReader.RplReader.SharedProperties">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.SharedProperties.html#C1_Ssrs_RplReader_RplReader_SharedProperties">SharedProperties</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_RplReader_GetPage_System_Int32_" data-uid="C1.Ssrs.RplReader.RplReader.GetPage(System.Int32)">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.GetPage.html#C1_Ssrs_RplReader_RplReader_GetPage_System_Int32_">GetPage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets page with specified index from stream,
before calling of this method all pages should be read via ReadPage() method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_RplReader_Init" data-uid="C1.Ssrs.RplReader.RplReader.Init">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.Init.html#C1_Ssrs_RplReader_RplReader_Init">Init()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_RplReader_ReadPage" data-uid="C1.Ssrs.RplReader.RplReader.ReadPage">
          <a class="xref" href="C1.Ssrs.RplReader.RplReader.ReadPage.html#C1_Ssrs_RplReader_RplReader_ReadPage">ReadPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Reads next page from RPL stream, returns <b>null</b> if stream has no more pages.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
