# GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export

## Content

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



<h1 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export*">Export Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.String)">Export(SectionDocument, string, string)</h4>
<div class="markdown level1 summary"><p>Exports the specified document to a TIFF file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Export(SectionDocument document, string filePath, string pageRange)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a></td>
      <td><span class="parametername">document</span></td>
      <td><p>The ActiveReports Document object to export.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filePath</span></td>
      <td><p>The file name and path to save the main html file to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">pageRange</span></td>
      <td><p>A range of page numbers to export seperated by a comma.  Between each comma can have a single page number, or range of pages with a hyphen between the starting and ending page numbers in the range.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.Export.html#GrapeCity_ActiveReports_Export_IDocumentExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_">IDocumentExport.Export(SectionDocument, string, string)</a></div>


<a id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String)">Export(SectionDocument, string)</h4>
<div class="markdown level1 summary"><p>Exports the specified document to a TIFF file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Export(SectionDocument document, string filePath)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a></td>
      <td><span class="parametername">document</span></td>
      <td><p>The ActiveReports Document object to export.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filePath</span></td>
      <td><p>The file name and path to save the main html file to.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.Export.html#GrapeCity_ActiveReports_Export_IDocumentExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_">IDocumentExport.Export(SectionDocument, string)</a></div>


<a id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream)">Export(SectionDocument, Stream)</h4>
<div class="markdown level1 summary"><p>Exports the specified document to the specified stream in TIFF.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Export(SectionDocument document, Stream outputStream)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a></td>
      <td><span class="parametername">document</span></td>
      <td><p>The ActiveReports Document object to export.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">outputStream</span></td>
      <td><p>The Stream to write the RTF to.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.Export.html#GrapeCity_ActiveReports_Export_IDocumentExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_">IDocumentExport.Export(SectionDocument, Stream)</a></div>


<a id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream,System.String)">Export(SectionDocument, Stream, string)</h4>
<div class="markdown level1 summary"><p>Exports the specified document to the specified stream in TIFF.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Export(SectionDocument document, Stream outputStream, string pageRange)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a></td>
      <td><span class="parametername">document</span></td>
      <td><p>The ActiveReports Document object to export.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">outputStream</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> to write the TIFF data to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">pageRange</span></td>
      <td><p>A range of page numbers to export seperated by a comma.  Between each comma can have a single page number, or range of pages with a hyphen between the starting and ending page numbers in the range.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.Export.html#GrapeCity_ActiveReports_Export_IDocumentExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_">IDocumentExport.Export(SectionDocument, Stream, string)</a></div>
</div>
