# C1.Document.Export.Ssrs.TiffExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_Ssrs_TiffExporter" data-uid="C1.Document.Export.Ssrs.TiffExporter" class="text-break">TiffExporter Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that can be used to export a SSRS report to TIFF.</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"><a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.html">PaginatedExporter</a></div>
    <div class="level4"><span class="xref">TiffExporter</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.Document.Export.Ssrs.html">C1.Document.Export.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_Ssrs_TiffExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TiffExporter : PaginatedExporter, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TiffExporter
    Inherits PaginatedExporter
    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_TiffExporter__ctor" data-uid="C1.Document.Export.Ssrs.TiffExporter.#ctor">
          <a class="xref" href="C1.Document.Export.Ssrs.TiffExporter.-ctor.html#C1_Document_Export_Ssrs_TiffExporter__ctor">TiffExporter()</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_TiffExporter_ExportProvider" data-uid="C1.Document.Export.Ssrs.TiffExporter.ExportProvider">
          <a class="xref" href="C1.Document.Export.Ssrs.TiffExporter.ExportProvider.html#C1_Document_Export_Ssrs_TiffExporter_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Document.C1SSRSDocumentSource.TiffExportProvider.html">TiffExportProvider</a>.</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_TiffExporter_CanExportRange_C1_Document_OutputRangeType_" data-uid="C1.Document.Export.Ssrs.TiffExporter.CanExportRange(C1.Document.OutputRangeType)">
          <a class="xref" href="C1.Document.Export.Ssrs.TiffExporter.CanExportRange.html#C1_Document_Export_Ssrs_TiffExporter_CanExportRange_C1_Document_OutputRangeType_">CanExportRange(OutputRangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified type of range can be exported by the current exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_TiffExporter_GetDevInfo" data-uid="C1.Document.Export.Ssrs.TiffExporter.GetDevInfo">
          <a class="xref" href="C1.Document.Export.Ssrs.TiffExporter.GetDevInfo.html#C1_Document_Export_Ssrs_TiffExporter_GetDevInfo">GetDevInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_TiffExporter_GetFormat" data-uid="C1.Document.Export.Ssrs.TiffExporter.GetFormat">
          <a class="xref" href="C1.Document.Export.Ssrs.TiffExporter.GetFormat.html#C1_Document_Export_Ssrs_TiffExporter_GetFormat">GetFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns format identifier for SSRS.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
