# C1.Document.Export.Ssrs.PaginatedExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_Ssrs_PaginatedExporter" data-uid="C1.Document.Export.Ssrs.PaginatedExporter" class="text-break">PaginatedExporter Class
</h1>
  <div class="markdown level0 summary"><p>Base class for paginated exporters like PDF, IMAGE and so on.</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.Document.Export.ExportFilter.html">ExportFilter</a></div>
    <div class="level2"><a class="xref" href="C1.Document.Export.Ssrs.Exporter.html">Exporter</a></div>
    <div class="level3"><span class="xref">PaginatedExporter</span></div>
      <div class="level4"><a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.html">ImageExporter</a></div>
      <div class="level4"><a class="xref" href="C1.Document.Export.Ssrs.TiffExporter.html">TiffExporter</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.Document.Export.Ssrs.html">C1.Document.Export.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_Ssrs_PaginatedExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PaginatedExporter : Exporter, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PaginatedExporter
    Inherits Exporter
    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_Document_Export_Ssrs_PaginatedExporter__ctor" data-uid="C1.Document.Export.Ssrs.PaginatedExporter.#ctor">
          <a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.-ctor.html#C1_Document_Export_Ssrs_PaginatedExporter__ctor">PaginatedExporter()</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_Document_Export_Ssrs_PaginatedExporter_ColumnSpacing" data-uid="C1.Document.Export.Ssrs.PaginatedExporter.ColumnSpacing">
          <a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.ColumnSpacing.html#C1_Document_Export_Ssrs_PaginatedExporter_ColumnSpacing">ColumnSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column spacing.
<b>Null</b> indicates default value, specified in the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_PaginatedExporter_Columns" data-uid="C1.Document.Export.Ssrs.PaginatedExporter.Columns">
          <a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.Columns.html#C1_Document_Export_Ssrs_PaginatedExporter_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns to set for the report.
<b>Null</b> indicates default value, specified in the report.</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_Document_Export_Ssrs_PaginatedExporter_GetDevInfo" data-uid="C1.Document.Export.Ssrs.PaginatedExporter.GetDevInfo">
          <a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.GetDevInfo.html#C1_Document_Export_Ssrs_PaginatedExporter_GetDevInfo">GetDevInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_PaginatedExporter_GetTotalPageCount_System_String_C1_Document_IExecutionContext_System_Collections_Generic_Dictionary_System_Int32_System_Byte____" data-uid="C1.Document.Export.Ssrs.PaginatedExporter.GetTotalPageCount(System.String,C1.Document.IExecutionContext,System.Collections.Generic.Dictionary{System.Int32,System.Byte[]})">
          <a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.GetTotalPageCount.html#C1_Document_Export_Ssrs_PaginatedExporter_GetTotalPageCount_System_String_C1_Document_IExecutionContext_System_Collections_Generic_Dictionary_System_Int32_System_Byte____">GetTotalPageCount(string, IExecutionContext, Dictionary&lt;int, byte[]&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns total page count.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
