# GrapeCity.ActiveReports.Design.Advanced.DesignerForm.ExportViewerFactory

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_ExportViewerFactory_" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.ExportViewerFactory*">ExportViewerFactory Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_ExportViewerFactory_" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.ExportViewerFactory*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_ExportViewerFactory" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.ExportViewerFactory">ExportViewerFactory</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing the factory responsible for creating export viewers.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IExportViewerFactory ExportViewerFactory { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.IExportViewerFactory.html">IExportViewerFactory</a></td>
      <td><p>The factory that implements <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.IExportViewerFactory.html">IExportViewerFactory</a> interface.
This property is used to generate export viewers that facilitate the export of reports
to different formats, enhancing the report sharing and distribution capabilities.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_ExportViewerFactory_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The export viewer factory plays a crucial role in the report export functionality, allowing
users to preview and export reports in various formats. It ensures that the appropriate export
viewer is used based on the selected export format.</p>
</div>
</div>
